Re: [Matplotlib-users] Problem with figure sizes using Qt4Agg

2010-05-04 Thread Darren Dale
On Tue, May 4, 2010 at 10:58 AM, Gökhan Sever wrote: > > > On Mon, May 3, 2010 at 4:02 PM, Darren Dale wrote: >> >> I got a suggestion at the PyQt4 mailing list, and the following patch >> appears to resolve the problem. >> >> Darren >> > > Thanks Darren. > > Your patch fixes the wrong sized figu

Re: [Matplotlib-users] Problem with figure sizes using Qt4Agg

2010-05-04 Thread Gökhan Sever
On Mon, May 3, 2010 at 4:02 PM, Darren Dale wrote: > > I got a suggestion at the PyQt4 mailing list, and the following patch > appears to resolve the problem. > > Darren > > Thanks Darren. Your patch fixes the wrong sized figure creation problem. Both for WXAgg and Qt4Agg the maximum figure size

Re: [Matplotlib-users] Problem with figure sizes using Qt4Agg

2010-05-03 Thread John Hunter
On Mon, May 3, 2010 at 4:02 PM, Darren Dale wrote: > On Sun, Apr 18, 2010 at 12:55 PM, Gökhan Sever wrote: >> >> >> On Sun, Apr 18, 2010 at 11:47 AM, Darren Dale wrote: >>> >>> On Tue, Apr 13, 2010 at 8:14 PM, Gökhan Sever >>> wrote: >>> > Hello, >>> > >>> > Could someone confirm me if there is

Re: [Matplotlib-users] Problem with figure sizes using Qt4Agg

2010-05-03 Thread Darren Dale
On Sun, Apr 18, 2010 at 12:55 PM, Gökhan Sever wrote: > > > On Sun, Apr 18, 2010 at 11:47 AM, Darren Dale wrote: >> >> On Tue, Apr 13, 2010 at 8:14 PM, Gökhan Sever >> wrote: >> > Hello, >> > >> > Could someone confirm me if there is any malfunctioning using these >> > simple >> > figure functio

Re: [Matplotlib-users] Problem with figure sizes using Qt4Agg

2010-04-18 Thread Gökhan Sever
On Sun, Apr 18, 2010 at 11:47 AM, Darren Dale wrote: > On Tue, Apr 13, 2010 at 8:14 PM, Gökhan Sever > wrote: > > Hello, > > > > Could someone confirm me if there is any malfunctioning using these > simple > > figure functions? > > > > plt.figure(figsize=(2,3)) > > > > plt.figure(figsize=(5,6))

Re: [Matplotlib-users] Problem with figure sizes using Qt4Agg

2010-04-18 Thread Darren Dale
On Tue, Apr 13, 2010 at 8:14 PM, Gökhan Sever wrote: > Hello, > > Could someone confirm me if there is any malfunctioning using these simple > figure functions? > > plt.figure(figsize=(2,3)) > > plt.figure(figsize=(5,6)) > > plt.figure(figsize=(9,15)) > > plt.figure(figsize=(19,5)) > > For some re