asdfAfonso Henriques Silva Leite wrote:
> I forgot to send you the result: the .dat file!!!
> It is attached. One of which I generated with Mathematica.
> And the corresponding graphic.


If that is the sort of plot you are after, would it be easier to just 
generate it directly from Sage?  Because Sage includes matplotlib, you 
can easily generate any plot like these from sage:

http://matplotlib.sourceforge.net/gallery.html


For example, this plot looks similar to yours:

http://matplotlib.sourceforge.net/examples/pylab_examples/legend_demo2.html

You can just paste the code below that plot directly into Sage to get 
the plot--just replace the "show()" call with a call to "savefig".  Here 
is an example of that plot:

http://sagenb.org/home/pub/786/

You can also easily export data, like Robert showed.  There are other 
ways that I consider even easier to export the data, but I don't have 
time right now to type up an example.  If you are interested, let us know.

Thanks,

Jason


-- 
Jason Grout


--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to