jzaremba / guiqwt

Automatically exported from code.google.com/p/guiqwt
Other
0 stars 1 forks source link

Request about guiqwt.pyplot.savefig #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Pierre , hi all

We have a request about guiqwt.pyplot.savefig  which has less possibilities than
its matplotlib conterpart.

In guiqwt, the only possible result of savefig is an image file, 
either png or pdf.

In matplotlib, we can save the result as a string buffer as in
....
f=cStringIO.StringIO()
matplotlib.pyplot.savefig(f,'png')
....

This saving in a meomry buffer is not possible with guiqwt.pyplot.savefig

We have the request it could be possible, as in matplotlib.

Thanks in adance for eventually consider this enhancement.

Claude

Original issue reported on code.google.com by cgo...@gmail.com on 3 Nov 2011 at 12:20

GoogleCodeExporter commented 9 years ago
That is done in the development version.

Original comment by pierre.raybaut on 4 Nov 2011 at 10:19