| 1 | initial version |
This works for me:
sage: P8.schlegel_projection([2,5,11,17]).show()
The polyhedron show() method does not support a projection_direction optional argument.
| 2 | No.2 Revision |
This works for me:
sage: P8.schlegel_projection([2,5,11,17]).show()
The polyhedron show() method does not support a projection_direction optional argument.argument. The reference manual link that you gave points to the internally-used Projection class, not the Polyhedron class which is the user interface.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.