Hello all,

A question [1] at the CoCalc group is related to the following issue while 
plotting a polyhedron.

If a polyhedron P that is "far" from the origin is constructed, then 
P.plot() displays the origin. Thus making the actual polyhedron relatively 
small, see [2] for an example.

The culprit seems to be line 1248 of sage/geometry/polyhedron/plot.py, 
where Graphics3d() is constructed. The bounding box of Graphics3d() is 
actually ((0,0,0),(0,0,0)) and is therefore included as part of the 
projection to be plotted.

Thanks,
fidel

[1]: https://groups.google.com/d/msg/cocalc/YQQHboBCwPw/d8-NlOS8BwAJ

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to