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