Re: [Matplotlib-users] Slow interactive plotting

2009-05-19 Thread guillaume ranquet
guillaume ranquet wrote: >> On Mon, May 18, 2009 at 10:23 AM, guillaume ranquet wrote: I'm trying to get approx 4k points plotted into 5 subplots which I would like interactive (ie: ability to zoom/pan ...). there's nothing special except that the subplots share axe x. >>>

Re: [Matplotlib-users] Slow interactive plotting

2009-05-18 Thread Eric Firing
guillaume ranquet wrote: >> On Mon, May 18, 2009 at 10:23 AM, guillaume ranquet >> wrote: I'm trying to get approx 4k points plotted into 5 subplots which I would like interactive (ie: ability to zoom/pan ...). there's nothing special except that the subplots share axe x.

Re: [Matplotlib-users] Slow interactive plotting

2009-05-18 Thread John Hunter
On Mon, May 18, 2009 at 11:20 AM, guillaume ranquet wrote: > I'm using the axvlines to mark some events that I need to know about in > order to have an explanation of the variations of the curves. > any advice on what to use to replace those? There is no function axvlines -- there is vlines and

Re: [Matplotlib-users] Slow interactive plotting

2009-05-18 Thread guillaume ranquet
> On Mon, May 18, 2009 at 10:23 AM, guillaume ranquet > wrote: >> > I'm trying to get approx 4k points plotted into 5 subplots which I would >> > like interactive (ie: ability to zoom/pan ...). >> > there's nothing special except that the subplots share axe x. >> > >> > >> > It gets some seconds

Re: [Matplotlib-users] Slow interactive plotting

2009-05-18 Thread John Hunter
On Mon, May 18, 2009 at 10:23 AM, guillaume ranquet wrote: > I'm trying to get approx 4k points plotted into 5 subplots which I would > like interactive (ie: ability to zoom/pan ...). > there's nothing special except that the subplots share axe x. > > > It gets some seconds (3 to 5) on a p4 dual c

[Matplotlib-users] Slow interactive plotting

2009-05-18 Thread guillaume ranquet
I'm trying to get approx 4k points plotted into 5 subplots which I would like interactive (ie: ability to zoom/pan ...). there's nothing special except that the subplots share axe x. It gets some seconds (3 to 5) on a p4 dual core @ 3Ghz to pan/zoom. It seems utterly slow to me: what do you think