Re: [Matplotlib-users] Large figure sizes get squashed or clipped?

2009-11-25 Thread doctorj
Yes, I should have mentioned that; saving an image works fine. But then if I want to display it 1:1 with figimage() or such, I can't. :( Silly GUIs, not wanting to display a window larger than my screen On Wed, Nov 25, 2009 at 9:43 AM, Michael Droettboom wrote: > There may be a limitatio

[Matplotlib-users] Large figure sizes get squashed or clipped?

2009-11-24 Thread doctorj
I'm trying to make a 10 inch wide by 30 inch high, 72 dpi figure and display it interactively. Matplotlib seems to squash the height for anything over a certain size, depending on the backend: --- #!/usr/bin/env python import sys, os, matplotlib ma