On Mar 14, 5:32 pm, jpc <[email protected]> wrote:
> There is matplotlib
>
> http://matplotlib.sourceforge.net/examples/pylab_examples/boxplot_dem...
>
> http://matplotlib.sourceforge.net/plot_directive/mpl_examples/pylab_e...
>
> I also didn't get it with R in sage (or python).

Yes, R seems to be built without the png support in Sage.

Here is a simple working example of a boxplot using matplotlib:

from pylab import boxplot,savefig
b=boxplot(range(10))
savefig("sage1.png")

The original data list can be substituted in place of range(10) above.

Alec Mihailovs

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