From help-request at octave dot org Wed Aug 24 07:19:48 2005 Subject: About the plot From: =?iso-8859-1?B?U2lsdmlhIFN14XJleg==?= To: help at octave dot org Date: Wed, 24 Aug 2005 07:13:10 -0500 Dear all, I am trying to plot octave:2> a = rand (3,2) octave:3> b = rand(3,2) However I get this error message when I try to do: octave:4> plot (a, b) sh: gnuplot: command not found warning: in /usr/local/share/octave/2.1.71/m/plot/__plt__.m near line 59, column 25: warning: connection to external plotter (pid = 11428) lost -- warning: please try your plot command(s) again warning: broken pipe -- some output may be lost sh: gnuplot: command not found sh: gnuplot: command not found warning: broken pipe -- some output may be lost octave:5> Can somebody help me? Thanks a lot Silvia. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------