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
Original issue reported on code.google.com by
cgo...@gmail.com
on 3 Nov 2011 at 12:20