[Matplotlib-users] fixing figure size on wxpython app

2011-06-05 Thread Carlos Grohmann
Hi all, I'm developing an app for structural geology called OenStereo ( www.igc.usp.br/openstereo), using matplotlib and wxpython. So far, I'm really happy with the results, but there is still one thing annoying me: when I save the plots (using the save icon in the NavigationToolbar), the

Re: [Matplotlib-users] Fixing Figure Size

2010-03-11 Thread Friedrich Romstedt
I would suggest that you add the axes with: axes = figure.add_axes((left, bottom, width, height)) instead of .add_subplot(). I think you have too many subplots, it seems that the algorithm isn't designed for this. With .add_axes(), you can add more space. Note that you have then maybe to call

[Matplotlib-users] Fixing Figure Size

2010-03-06 Thread Bonnie Douglas
hello, I am working in Python with TkAgg. I have several plots that I would like to display on a single figure. The problem is, when I set the figure size to 12in wide, 6in high (which is perfect for my laptop) the plots get scrunched up. If I resize the window in which they're displayed