Re: [Matplotlib-users] axes.get_position() inaccurate until after savefig()?

2015-02-19 Thread gdm
Ok, axes.apply_aspect() seems to work. The other obvious kluge I had found was to save the figure twice, once before and once after I accessed the axes position. It seems the more elegant solution might be to use a somewhat-complicated transform, so that that the two endpoints of a Line2d

Re: [Matplotlib-users] Event errors in qt5 backend after recent commit

2015-02-19 Thread Jorge Scandaliaris
Thomas Caswell tcaswell@... writes: Jorge,I have put in a PR to fix this issue.  Can you confirm that it is equivalent to your fix?  For aesthetic reasons I chose to pass guiEvent as a kwarg to all of the event related functions. https://github.com/matplotlib/matplotlib/pull/4130 Tom

[Matplotlib-users] Google Summer of Code and NumFOCUS

2015-02-19 Thread Raniere Silva
Hi, NumFOCUS has promotes and supports the ongoing research and development of open-source computing tools including Matplotlib. This year NumFOCUS want to try be a Google Summer of Code umbrella mentoring organization, Umbrella organizations are mentoring organizations accepted into the

[Matplotlib-users] How to place an image colorbar next to the image when there are several subplots ?

2015-02-19 Thread Peter Rowat
I apologize for asking such a trivial question, but I’ve spent a long time trying to fix this: I have a large 2D array that displays as an image, with a colorbar on the side. I also display 2 curves on top of the image. i.e. in same axes. The following code does it: fig,ax = plt.subplots()