[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
linestyle, text backtracking in plots
From: |
Matz Katja (K5/ESK5) |
Subject: |
linestyle, text backtracking in plots |
Date: |
Fri, 4 Aug 2000 16:41:36 +0200 |
Hallo,
is there a problem to use gset linestyle and backtracking with octave2.0.16
or is something configured the wrong way ?
Example 1:
octave:4> gset linestyle lw 3;
octave:5> line 0: undefined variable: lw
Example 2:
z=(0:0.1:10)'; gplot sin(z) title "Hallo" ls 1;
parse error:
>>> gplot sin(z) title "Hallo" ls ^1;
Example 3:
gset title "Hallo Ün here I am";
gnuplot> ^here I am ""
octave:13>
line 0: invalid command
^ marks the first character octave points to in the next line
Thanks !
Katja
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- linestyle, text backtracking in plots,
Matz Katja (K5/ESK5) <=