Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Petro
Michael Droettboom writes: > Can you try the GtkAgg backend instead and confirm the bug isn't there? > The "pure" Gtk backend doesn't see a lot of use these days and isn't > very well tested. > > Mike > Thanks. It solved the problem. --

Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Michael Droettboom
Can you try the GtkAgg backend instead and confirm the bug isn't there? The "pure" Gtk backend doesn't see a lot of use these days and isn't very well tested. Mike On 08/22/2012 08:17 AM, Petro Khoroshyy wrote: > Damon McDougall > writes: > >> On Wed, Aug 22, 2012 at 11:28:54AM +0200, Petro w

Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Petro Khoroshyy
Damon McDougall writes: > On Wed, Aug 22, 2012 at 11:28:54AM +0200, Petro wrote: >> Hi list. >> I generate some png images using matplotlib, and get very different >> results depending on figuresize >> __ >> from pylab import figur

Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Damon McDougall
On Wed, Aug 22, 2012 at 11:28:54AM +0200, Petro wrote: > Hi list. > I generate some png images using matplotlib, and get very different > results depending on figuresize > __ > from pylab import figure, plot > import pylab as plt

[Matplotlib-users] problem with png image

2012-08-22 Thread Petro
Hi list. I generate some png images using matplotlib, and get very different results depending on figuresize __ from pylab import figure, plot import pylab as plt import numpy as np figure() plt.subplot(2,1,1) plot(np.rand