Re: [Matplotlib-users] howto save MplWidget to png or tif file --- savefig not working

2010-02-16 Thread John Hunter
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

[Matplotlib-users] howto save MplWidget to png or tif file --- savefig not working

2010-02-16 Thread Dave M Tung
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