[Matplotlib-users] Disappearing time series spikes

2010-06-04 Thread Daniele Nicolodi
Hello. I'm observing a quite annoying behavior of matplotlib generated plots. I plot signal time series with continuous lines. When in those time series I have single points laying far from the median, those are not represented on the plot. I think this must be due to the anti aliasing

Re: [Matplotlib-users] Disappearing time series spikes

2010-06-04 Thread Michael Droettboom
Set rc.Params['path.simplify'] to False, or upgrade to 0.99.3. Mike On 06/04/2010 02:04 PM, Daniele Nicolodi wrote: Hello. I'm observing a quite annoying behavior of matplotlib generated plots. I plot signal time series with continuous lines. When in those time series I have single points

Re: [Matplotlib-users] Disappearing time series spikes

2010-06-04 Thread Daniele Nicolodi
On 04/06/10 20:08, Michael Droettboom wrote: Set rc.Params['path.simplify'] to False, or upgrade to 0.99.3. Setting path.simplify = False solved my issue. Has been the issue solved in another way on 0.99.3 or path.simplify = False is simply the new default? Thanks. Cheers, -- Daniele

Re: [Matplotlib-users] Disappearing time series spikes

2010-06-04 Thread Michael Droettboom
On 06/04/2010 02:25 PM, Daniele Nicolodi wrote: On 04/06/10 20:08, Michael Droettboom wrote: Set rc.Params['path.simplify'] to False, or upgrade to 0.99.3. Setting path.simplify = False solved my issue. Has been the issue solved in another way on 0.99.3 or path.simplify = False is