Is it possible to visualize higher-dimensional polyhedra of ambient dimension <= 3 ? #1452
Unanswered
wittenator
asked this question in
Q&A
Replies: 1 comment
-
|
Sorry that I am seeing this only now. The standard way of visualizing 4-polytopes is via Schlegel diagrams. This is what you get from, e.g., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to visualize a permutahedron with dimensionality = 4 in Oscar. I created a polytope via
Polymake.polytope.Polytope(POINTS=vertices)and a polyhedron viaconvex_hull. Now I am interested in visualizing the resulting polytope. I tried using thevisualizemethod, but it fails for a dim > 3. The corresponding Polymake functionPolymake.visual(...)on the other hand mangles the points, but visualizes something (I assume due to a different interpretation of the coordinate system?). Is it intended that there is a difference in functionality?Beta Was this translation helpful? Give feedback.
All reactions