|
From:
<br...@ph...> - 2006-05-29 11:06:32
|
Daniel J Sebald wrote: > gnuplot> f(x) = x+a > gnuplot> g(x) = x+b > gnuplot> plot f(x) > undefined variable: a > gnuplot> reset > gnuplot> plot f(x) > undefined variable: 4 The problem is in 'reset': that command is not supposed to as much as *look* at the user-defined variables in the first place, much less remove any of them, whether they're in limbo or not. |