Specifically, what about making the default behaviour to
> clip the data at the first point which is equal or
> greater than the axis range? That should maintain the
> efficiency gains of clipping, while still keeping the
> scientific plotting behaviour that I think most users are
> accustomed to.
Hi Matthew -
That's a good idea - the data clipping feature was a gotcha for many.
For the next release, I turned data clipping off by default since I
don't think it's the typical use case and implemented the "first point
which is equal or greater" suggestion. However, I also have created a
config file, so you can set the default as you like.
JDH