> In the case of "G.plot()", that function returns a graphics object. To
> save your plot as an image, you can do something such as:
>
> G.plot.save("my_plot.png")
Oops, that should be
G.plot().save("my_plot.png")
-- Kelvin
--
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-support
URL: http://www.sagemath.org
