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

2009-11-30 Thread Michael Droettboom
...@users.sourceforge.netdoct...@users.sourceforge.net Subject: Re: [Matplotlib-users] Large figure sizes get squashed or clipped? To: Michael Droettboommd...@stsci.edu Cc: matplotlib-users@lists.sourceforge.net Date: Wednesday, November 25, 2009, 7:43 PM Yes, I should have mentioned that; saving

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

2009-11-27 Thread Michiel de Hoon
Any comments, opinions? --Michiel. --- On Wed, 11/25/09, doct...@users.sourceforge.net doct...@users.sourceforge.net wrote: From: doct...@users.sourceforge.net doct...@users.sourceforge.net Subject: Re: [Matplotlib-users] Large figure sizes get squashed or clipped? To: Michael Droettboom

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

2009-11-25 Thread Michael Droettboom
There may be a limitation on window sizes in the various GUI backends. Have you tried using the non-GUI backend (agg), and now showing it, but just using savefig? Mike doct...@users.sourceforge.net wrote: I'm trying to make a 10 inch wide by 30 inch high, 72 dpi figure and display it

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 md...@stsci.edu wrote: There may

[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