|
From: Ethan M. <merritt@u.washington.edu> - 2004-10-19 23:29:18
|
On Tuesday 19 October 2004 10:34 am, Juergen Wieferink wrote: > > is there any reason that 'set label "foo" point ls 5' does not work? It breaks the duplicate specification checking logic in the parser (see below), but that isn't a very strong reason. I'll make the change. Incorrect error-checking: set style line 1 pt 4 ps 3 lt 6 splot 'foo' with labels left point pt 3 ls 1 # no error message, but ls is ignored splot 'foo' with labels left point ls 1 # works as expected -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |