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 resultin
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
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 t