[wxPython-users] couple of questions.

Christopher Barker Chris.Barker at noaa.gov
Thu Nov 16 13:38:49 PST 2006


Kenny Ortmann wrote:
> With that being said, if you want to use MPL which takes the plot size 
> in inches, how do you make it compatable with all resolution/screen sizes?

You can set the ppi in MPL, I think, so that you can force a particular 
pixel size when defining the size in inches.

Just note that the PPI you set is not respected by the exporting code 
when writing the figure out to a PNG or whatever, you need to specify in 
there too.

This page might help:

http://www.apple.com/downloads/macosx/apple/x11update2006113.html

-CHB








More information about the wxpython-users mailing list