On Oct 13, 10:09 am, Santanu Sarkar <[email protected]>
wrote:
> From some data set I plot the attached eps file using Matlab.
> How Can I do same thing using Sage only?

Sage uses the extension to determine the file type.

sage: g = plot(x^3-x, (x,2, -2))
sage: g.save("fig.eps")
sage: g.save("fig.pdf")
sage: g.save("fig.png")
sage: g.save("fig.svg")
...

- Robert
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to