Sage plots some graphs with vertices partially chopped off.
For example:

sage: d={1:[2,3,5], 2:[3], 3:[4,5], 4:[5]}
sage: Graph(d).plot()

I thought the bug was fixed, but looks like it still exists.
There is a work around using something like G.show(axes_pad=0.1).
However, I couldn't make it works with sagetex because axes_pad seems
to have no effect on G.plot().

Any help?
Thanks in advance

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to