Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 10 years ago

Volker Braun gravatar image

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.

click to hide/show revision 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.