Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

Not really a sage solution and far from optimal. You can try

sage: P=plot(1+e^(-x^2), xmin=-2, xmax=2, ymin=0, ymax=2.5, fill=0.5, fillcolor='green', fillalpha=0.5)
sage: P.save( 't.pdf')

And then

$ pdftops t.pdf
$ ps2eps t.ps