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
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