|
From: Daniel J S. <dan...@ie...> - 2007-07-01 01:31:14
|
Daniel J Sebald wrote: > The new patch has nothing to do with STORE_WITH_LOG. You'll like it. Give me 15 minutes... OK, took more than 15 minutes. I've put the patch on sourceforge. For the time being I just put in a bogus variable to control refresh/replot. The way it works is the first plot command reads from a file and from there forward the "replot" acts like "refresh". I've highlighted in the code the hunks that should be discarded to stop that prototype behavior. Both plot and splot work. I still don't see how anything but saving the raw data (either in v's and j's or ->points) will ensure full flexibility. There is the log/inverse scales not mapping from the whole real line. But also the splines complicates things. If one chooses log scale and plots something with splines the data is altered. Then a "unset logscale x; refresh"--if there is a method for unmapping the data back to linear scale--will be operating on modified data and not be back to the original data. Dan |