This bug or feature? is still in matplotlib 0.99.1.1 (Ubuntu 10.04 LTS)
More precisely scatter using symbols with zero area ('x', '+') will not
pick, regardless of the float value in picker.
Although this DOES work with plot, you can't vary the marker size between
points like you can with scatter
Straightfoward solution is to deselect zoom or pan by clicking those buttons
again. The cursor returns to the "Arrow" shape.
Any better solution?
marc desmarais-2 wrote:
>
> I created a simple scatter plot and a service routine to print out the
> coordinates of the points I pick with the curso
ib: '0.99.1.1' backend_wx.py
*not* under ubuntu 10.04/2.6.5/0.10 with matplotlib 1.0.0 compiled as above
WXAgg: nothing appears until 6 sec, prompt is blocked
TkAgg: nothing appears until 6 sec, prompt is not blocked
GTKAgg: nothing appears until 6 sec, prompt is not blocked
John Hunte
I have successfully used ipython -pylab under w32 python, but under the
builtin ipython under ubuntu 9 and 10, the graphics display thread seems to
block until the ipython command line - as if the threading (internal to
ipython etc) is not happening.
For example if the following is pasted in, the