Re: [Matplotlib-users] Emulating keypress and mouse clicks

2013-11-22 Thread Eric Larson
Just wanted to let people know that I chased down the problem I was having. The command I was using was working, but I wrongly assumed the coordinate system was normalized for some reason. Doing things like: fig.canvas.button_press_event(110, 240, 1, False, None) works great! Cheers, Eric

Re: [Matplotlib-users] Installation issue: python setup.py install --home=... fails

2013-11-22 Thread Russell E. Owen
In article <528e8aac.1090...@stsci.edu>, Michael Droettboom wrote: > When you use |--home|, distutils assumes you are referring to a home > directory in which you have a tree of libraries in |lib|lib64| living > there, so it appends |lib64/python| to the given path: > > |> python setup.py i

[Matplotlib-users] figure.colorbar sometimes raises an exception

2013-11-22 Thread Russell E. Owen
We have code that ran fine in 1.1.1 that raises an exception in colorbar in 1.2.1 and 1.3.1. I have appended an example; I'm afraid it is rather extreme, but we have seen this for arrays that have more than one non-masked values as well, even with the values not all being equal. Should I report