|
From: Hans-Bernhard B. <br...@ph...> - 2004-02-20 20:17:43
|
On Fri, 20 Feb 2004, Ethan Merritt wrote: > I am pretty sure that the negative values are themselves a > result of some upstream error that I haven't found yet. The key to this error is that the key is positioned like this, throughout this script: > grep key ../../demo/electron.dem set key box set key .2,.0045 unset key set key on The values .2 and .0045 are still stored at the time the third plot is made, and they're way out of range. Actually, you won't see any key in the third plot if you actually plot it. > Maybe someone else can spot it? I.e. it's either an outright error in the demo script, or an oversight in the implementation of 'set key on'. I would say it's the former. I'm checking in a change to electron.dem to make that a 'set key default'. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |