sfeam wrote:
> I vaguely recall that error message, and that a stupid fix
> (unexplained by whoever suggested it) was to add a <space> after
> the definition of 'origin':
>
> --- gnuplot42/docs/gnuplot.doc 2008-09-23 16:11:31.000000000 -0700
> +++ test42/docs/gnuplot.doc 2008-09-25 12:27:31.000000000 -0700
> @[EMAIL PROTECTED]
-7305,7 +7305,7 @[EMAIL PROTECTED]
>
> This graph of sin(x) will have a y range [-3:3] because the function
> will be autoscaled to [-1:1] and the vertical offsets are each two.
> -3 origin
> +3 origin
> ?commands set origin
> ?commands show origin
> ?set origin
Ok, I've identified it as the gnuplot.doc file (however, 'less' doesn't
display all characters correctly, therefore I didn't find the quoted
lines, giving me the suspicion that another or a processed file is
meant. But Emacs did).
However, what do you mean with definition of origin? All occurences of
the word origin in gnuplot.doc, or only those with a '?' in front and
the end of the line behind?
--
Gruß,
Ingo


|