Re: [Matplotlib-users] Can't pick on various scatter markers

2011-04-02 Thread bdb112
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

Re: [Matplotlib-users] can't picker once pan or zoom chosen

2011-04-02 Thread bdb112
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

Re: [Matplotlib-users] interactive plots in ipython -pylab are delayed until ipython prompt

2010-07-10 Thread bdb112
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

[Matplotlib-users] interactive plots in ipython -pylab are delayed until ipython prompt

2010-07-09 Thread bdb112
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