Re: [matplotlib-devel] clipped line

2008-06-19 Thread Michael Droettboom
John Hunter wrote: > On the 0.91 branch, there was an example called clippedline.py that > did a searchsorted on the xdata based on the xlim to cull out points > far outside the view limits. This is useful if you have a really long > time series and want to navigate through it. > > This is broken

[matplotlib-devel] clipped line

2008-06-19 Thread John Hunter
On the 0.91 branch, there was an example called clippedline.py that did a searchsorted on the xdata based on the xlim to cull out points far outside the view limits. This is useful if you have a really long time series and want to navigate through it. This is broken on the trunk, but before I div