[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sorry -Yet another Gnuplot/Octave cygwin communication prob
From: |
Eric S. Carlson |
Subject: |
Re: Sorry -Yet another Gnuplot/Octave cygwin communication prob |
Date: |
Thu, 19 Oct 2006 11:06:15 -0700 (PDT) |
For what it's worth, I started (multuple running copies) of gnuplot through
fid=popen(gnuplot_binary,'w')
fputs(fid,"plot sin(x)\n") %popped up nice graph
fclose(fid)
and had no problems from any directory.
--
View this message in context:
http://www.nabble.com/Sorry--Yet-another-Gnuplot-Octave-cygwin-communication-prob-tf2468008.html#a6902377
Sent from the Octave - General mailing list archive at Nabble.com.