On Oct 13, 10:09 am, Santanu Sarkar <sarkar.santanu....@gmail.com> 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 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 -~----------~----~----~----~------~----~------~--~---