|
From: John H. <jdh...@ac...> - 2004-03-01 14:26:08
|
>>>>> "matthew" == matthew arnison <ma...@ca...> writes:
matthew> Specifically, what about making the default behaviour to
matthew> clip the data at the first point which is equal or
matthew> greater than the axis range? That should maintain the
matthew> efficiency gains of clipping, while still keeping the
matthew> scientific plotting behaviour that I think most users are
matthew> 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
|