On Tue, May 4, 2010 at 10:58 AM, Gökhan Sever <gokhanse...@gmail.com> wrote:
>
>
> On Mon, May 3, 2010 at 4:02 PM, Darren Dale <dsdal...@gmail.com> 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 is limited with the physical screen
> dimensions, right? Just out of curiosity I am asking this. I don't see any
> scroll-bars appearing if one figure dimension is bigger than screen's.

The change was committed in svn 8294. No, the figure windows are not
designed to include scrollbars if the canvas is bigger than the window
will allow. I don't think such a feature would be compatible with the
current ability to resize a canvas by resizing the figure window.

Darren

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to