|
From: James R. V. Z. <jr...@co...> - 2008-10-14 22:40:53
|
Ethan A Merritt <merritt@u.washington.edu> wrote:
> Unfortunately, the "title <columnno>" form is not quite interchangeable
> with the usual title command. As the code is currently written, it must
> come immediately after the 'using' clause. This could be considered a
> bug, but I don't know of an easy way to fix it. Anyhow, as it stands,
> that documentation change would be incorrect.
>
> e.g.
> plot 'foo' using 1:2 title 2 linetype 5 # OK
> plot 'foo' using 1:2 linetype 5 title "FOO" # OK
> plot 'foo' using 1:2 linetype 5 title 2 # fails
Ah - I thought I had run into a problem with option order, but
couldn't pin it down. I'll add that to the "datastrings"
documentation.
- Jim Van Zandt
|