#5635: plot method on lattice polytopes gives something ridiculous
---------------------------+------------------------------------------------
Reporter: was | Owner: mhansen
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: combinatorics | Keywords:
---------------------------+------------------------------------------------
The plot method on an object should return either a 2d plot or raise
NotImplementedError (or not be defined). On LatticePolytope's it returns
a 3d Tachyon object.
{{{
sage: p = LatticePolytope(random_matrix(ZZ, 3,6, x=7)).plot()
sage: type(p)
<class 'sage.plot.tachyon.Tachyon'>
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5635>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---