id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
5635	[with patch, positive review] plot method on lattice polytopes gives something ridiculous	was	mhansen	"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'>
}}}"	defect	closed	major	sage-3.4.1	combinatorics	fixed		sage-combinat							
