On Tue, Feb 16, 2010 at 4:07 PM, Dave M Tung wrote:
>
> HI folks,
>
> anybody know how to save a canvas (MplWidget) to a png or tif file.
> Seems
> when I try to save the figure,
>
> whichCanvas.canvas.ax.plot(xSlice, ySlice, 'bo', linewidth=1.5,
> linestyle='-')
>
> savefig does not
HI folks,
anybody know how to save a canvas (MplWidget) to a png or tif file.
Seems
when I try to save the figure,
whichCanvas.canvas.ax.plot(xSlice, ySlice, 'bo', linewidth=1.5,
linestyle='-')
savefig does not work for this type of object. Is there another method I
should use