[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnuplot plot string
From: |
Douglas Steele |
Subject: |
gnuplot plot string |
Date: |
Tue, 1 Aug 2000 13:37:44 +0100 |
Hi
GNU Octave, version 2.0.16, Win2K, Cygnus v1.0
G N U P L O T MS-Windows 32 bit version 3.7
pgnuplot.c -pipe stdin to wgnuplot Version 0.3
configure, make and make install works fine
However there is problem with the plot command string issued by Octave
gnuplot> set data style lines
gnuplot> pl "C:ÜCygwinÜ/tmp/oct-6106b22d.0" t "line 1"
^
can't read data file "C:Cygwin/tmp/oct-6106b22d.0"
(No such file or directory)
But for example the following works fine...
gnuplot> pl "C:ÜÜCygwinÜ/tmp/oct-6106b22d.0" t "line 1"
or
gnuplot> pl "C:/ÜCygwinÜ/tmp/oct-6106b22d.0" t "line 1"
Any idea how I can change the issued string or its interpretation ?
(I have looked though Octave code but couldn't find the c:Ü issueing
part, similarly no luck with gnuplot)
Thanks for any help.
--
Douglas Steele
-----------------------------------------------------------------------
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
-----------------------------------------------------------------------
- gnuplot plot string,
Douglas Steele <=