On Thu, Jan 28, 2010 at 12:35 PM, Andy Somogyi <andy.somo...@gmail.com> wrote:
> 2: This is the big one: No Publication Quality Output - by this I mean that 
> the sage web server process
> uses matplotlib to produce raster images which are then displayed in the 
> html, and for publication, I
> need vector plots i.e. pdf.

You can easily create SVG plots as it is now:

sage: p = plot(x^2, -2, 2)
sage: p.save('xsquared.svg')

It wouldn't be that difficult to make it so that there was an option
to have it produce SVG instead of PNG by default.

--Mike

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to