Ben: That's what I did: plt.show() then plt.savefig(). I now know to reverse
the order. Thanks! - Roy
On Fri, Jul 29, 2011 at 7:32 PM, Benjamin Root wrote:
> On Fri, Jul 29, 2011 at 6:19 PM, Roy Lowrance wrote:
>
>> I'm using matplotlib on ubuntu 11.04.
>>
>> I create a figure and an axes and th
On Fri, Jul 29, 2011 at 6:19 PM, Roy Lowrance wrote:
> I'm using matplotlib on ubuntu 11.04.
>
> I create a figure and an axes and then show it via plt.show().
>
> From the window that plt.show() opens, I save the file to plot-3.png. This
> works as I can open the file with evince.
>
> However, wh