Re: [Matplotlib-users] Selectable vertical lines

2014-01-07 Thread V. Armando Sole
On 07.01.2014 18:18, Fabrice Silva wrote: > Le mardi 07 janvier 2014 à 17:57 +0100, V. Armando Sole a écrit : >> > What about using axvline with the picker argument? >> > see http://matplotlib.org/users/event_handling.html >> > >> >> I think axvline is part of the pyplot interface that I am not u

Re: [Matplotlib-users] Selectable vertical lines

2014-01-07 Thread Fabrice Silva
Le mardi 07 janvier 2014 à 17:57 +0100, V. Armando Sole a écrit : > > What about using axvline with the picker argument? > > see http://matplotlib.org/users/event_handling.html > > > > I think axvline is part of the pyplot interface that I am not using. > > However your link is going to help me a

Re: [Matplotlib-users] Selectable vertical lines

2014-01-07 Thread V. Armando Sole
On 07.01.2014 16:27, Fabrice Silva wrote: > Le mardi 07 janvier 2014 à 15:19 +0100, "V. Armando Solé" a écrit : >> Hello, >> >> I am trying to add some vertical lines into a matplotlib figure >> axes. >> >> The idea is to detect when the mouse passes over those lines in >> order to >> displace

Re: [Matplotlib-users] Selectable vertical lines

2014-01-07 Thread Fabrice Silva
Le mardi 07 janvier 2014 à 15:19 +0100, "V. Armando Solé" a écrit : > Hello, > > I am trying to add some vertical lines into a matplotlib figure axes. > > The idea is to detect when the mouse passes over those lines in order to > displace them following the mouse if the left button is pressed. >

[Matplotlib-users] Selectable vertical lines

2014-01-07 Thread V. Armando Solé
Hello, I am trying to add some vertical lines into a matplotlib figure axes. The idea is to detect when the mouse passes over those lines in order to displace them following the mouse if the left button is pressed. I need some help to know the simplest way to proceed. Currently I am looking in