Re: [Matplotlib-users] event.ind in point picking gives wrong number

2014-06-07 Thread C M
Hello again. This is follow-up on this 9 month old thread (I left this issue for a while and am now returning to it). I upgraded to the latest stable version of Matplotlib, 1.3.1, and tested and I am still getting the exact same confusing problem. Now I also have a small runnable test script that

Re: [Matplotlib-users] event.ind in point picking gives wrong number

2014-06-07 Thread Benjamin Root
Thanks for the example script. I think I have a clue now what is happening. If one were to also print out the length of the "d" array, you will find that it is significantly shorter than when you aren't zoomed (I am getting a length of 7 when it should be 155). But it isn't truncated for the other

Re: [Matplotlib-users] event.ind in point picking gives wrong number

2014-06-07 Thread C M
On Sat, Jun 7, 2014 at 4:02 PM, Benjamin Root wrote: > Thanks for the example script. I think I have a clue now what is happening. > Thank you for the quick reply. > If one were to also print out the length of the "d" array, you will find > that it is significantly shorter than when you aren't

[Matplotlib-users] pick markers only but not the connecting line

2014-06-07 Thread C M
I had been using a custom function (written originally by Jae-Joon and modified a little by me...quite a long time back now) that was working to allow point picking of markers, but *not* the line connecting them. However, I've now discovered with the help of this list that the function I am using h

Re: [Matplotlib-users] pick markers only but not the connecting line

2014-06-07 Thread Eric Firing
On 2014/06/07, 4:12 PM, C M wrote: > I had been using a custom function (written originally by Jae-Joon and > modified a little by me...quite a long time back now) that was working > to allow point picking of markers, but *not* the line connecting them. > However, I've now discovered with the help

Re: [Matplotlib-users] pick markers only but not the connecting line

2014-06-07 Thread C M
On Sat, Jun 7, 2014 at 10:18 PM, Eric Firing wrote: > On 2014/06/07, 4:12 PM, C M wrote: > > I had been using a custom function (written originally by Jae-Joon and > > modified a little by me...quite a long time back now) that was working > > to allow point picking of markers, but *not* the line

Re: [Matplotlib-users] pick markers only but not the connecting line

2014-06-07 Thread Eric Firing
On 2014/06/07, 5:03 PM, C M wrote: > > > > On Sat, Jun 7, 2014 at 10:18 PM, Eric Firing > wrote: > > On 2014/06/07, 4:12 PM, C M wrote: > > I had been using a custom function (written originally by > Jae-Joon and > > modified a little by me...quite a lo