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.
--
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
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
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
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