On Wed, 16 May 2007, Ignacio Diaz-Emparanza wrote:
I was trying to plot the exponential function, so I tried
nulldata 151
genr time
series x=time-76
series ex=exp(x)
In the GUI, I selected "View/Graph specified graphs/X-Y scatter"
and selected series x for the x-axis and ex for Y-axis, the graph
is correctly shown, but if I move the mouse over it, gretl crashes.
Thanks, this is now fixed in CVS. (The printback string for the
current graph coordinates, displayed at the bottom left of the
plot, was overflowing due to the huge values on the y-axis.)
Allin.