help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnuplot plot string


From: John W. Eaton
Subject: Re: gnuplot plot string
Date: Tue, 1 Aug 2000 13:43:03 -0500 (CDT)

On  1-Aug-2000, Douglas Steele <address@hidden> wrote:

| I am not sure if it is a bug; perhaps a configuration problem.  It maybe
| relevant to mention that Cygnus v1.0 has c:ŠÜcygwin defined as / (ie
| mounted as such) so /tmp is really c:ŠÜcygwinŠÜtmp.  However it appears in
| the Gnuplot window as c:ŠÜcygwinŠÜ/tmp/tmpfile

OK.  Octave generates a temporary file name for saving the data.  I'm
not sure what format those strings will have on your system, but I
suspect that the bug is not in Octave.

If you want to see exactly what plot commands are sent to gnuplot, set
gnuplot_binary to be "/bin/cat".  For example, on my system, it looks like
this:

  octave:1> gnuplot_binary = "/bin/cat"
  gnuplot_binary = /bin/cat
  octave:2> a = 1:100; gplot(a')
  octave:3> set data style lines
  pl "/tmp/oct-14102aaa" t "line 1"

Does Octave on your system behave the same way, or does the temporary
file name already contain c:ŠÜcygwinŠÜ, or does it look like c:cygwin at
this point?

jwe



-----------------------------------------------------------------------
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
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]