[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

Re: [Matplotlib-users] What backends are working with python 3

2014-06-05 Thread V. Armando Solé
On 05/06/2014 07:21, Jorge Scandaliaris wrote: > Hi, > After a while away from matplotlib I am back working on some old code. I > decided to switch to python 3 (bad idea?) and I am having problems with > backends. I used to use GTKAgg, it worked ok, but it doesn't seem to work > with python 3? > 1-

Re: [Matplotlib-users] Qt4Agg backend possible bug

2014-06-05 Thread V. Armando Solé
On 05/06/2014 15:24, Werner wrote: > On 6/5/2014 15:10, Jorge Scandaliaris wrote: >> Jorge Scandaliaris writes: >> >>> Hi, >>> I just mentioned this problem with Qt4Agg and python 3.4 in another thread >>> [1], but I decided to post it on a thread of its own, as I suspect it might >>> be a bug in

[Matplotlib-users] Setting a user defined color for each marker of a Line2D

2014-11-13 Thread V. Armando Solé
Hello, I am trying to plot a line assigning a user specified color to each marker. The idea is that if I have n points x, n ppoints y, I was expecting to be able to provide n markeredgecolors or n markerfacecolors as a (npoints, 4) array of RGBA values. However that does not seem to be possibl

Re: [Matplotlib-users] Picking on a scatter plot. Copy of positions needed?

2014-11-14 Thread V. Armando Solé
On 14/11/2014 15:49, Benjamin Root wrote: > It is possible. Those examples were merely showing different ways to > do similar things (and there are more ways to do it, btw). The > techniques can be used for different artist types. I guess the > important question is, do you need the *exact* coor

Re: [Matplotlib-users] Picking on a scatter plot. Copy of positions needed?

2014-11-14 Thread V. Armando Solé
On 14/11/2014 15:49, Benjamin Root wrote: > It is possible. Those examples were merely showing different ways to > do similar things (and there are more ways to do it, btw). The > techniques can be used for different artist types. I guess the > important question is, do you need the *exact* coor

Re: [Matplotlib-users] Picking on a scatter plot. Copy of positions needed?

2014-11-14 Thread V. Armando Solé
On 14/11/2014 16:02, Thomas Caswell wrote: > The positions are stored in offsets, the array property is the color > mapping. > Thanks a lot! Armando -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers

Re: [Matplotlib-users] Matplotlib Installation error

2014-12-18 Thread V. Armando Solé
Hi, I got that problem when I tried to install a 64-bit pacakge on a 32-bit python installation. If you want 64-bit, make sure you download the 64-bit version from python.org. For the rest of the 64-bit packages I usually go to Christoph's site: http://www.lfd.uci.edu/~gohlke/pythonlibs/ Arm