Hello,
I have reinstalled my gnuplot except now it gives me a timeout error =
as=20
such
u=3D1:200;
y=3D2*u+1
plot(y,x)
Timeout: gnuplot not ready
I reinstalled my gnuplot using,the following method, downloading the=
=20
following file
gp400win32.zip;
Adding the following lines to file 'octaverc'
gnuplot_binary =3D "c:/gnuplot/bin/pgnuplot"=20
putenv('TMPDIR','c:/cygwin/tmp')=20
gnuplot_has_multiplot =3D 1=20
The gnuplot window does come up, but no graphs are plotted. I'm findi=
ng=20
my octave very unpredictable, with different errors arising every tim=
e=20
I invoke it. Any ideas??
----- Original Message -----
=46rom: FreeFall <re...@ip...>
Date: Monday, April 11, 2005 6:50 pm
Subject: Re: GNUplot missing?
> Did you install gnuplot?It is another program. Octave just calls=
=20
> gnuplot to plot
>=20
> On Mon, 11 Apr 2005 14:06:53 +1000
> SITI HAJAR A BAKAR <sit...@st...> wrote:
>=20
> > Hello all,
> > Im havoing trouble doing simple plotting. I suspect I havent=20
> installed=20
> > all the octave installations properly
> > I tried to test my plotting , performing the following
> > x=3D1:100; y=3Dx.^2; plot(y,x);
> >=20
> > c:/gnuplot/bin/pgnuplot : not found
> > warning: broken pipe -- some output may be lost
> >=20
> > Im running octave 2.1.67 through cygwin. I dont udnerstand thins=
=20
> as at=20
> > the beginning of opening octave, I can see the following line
> > gnuplot_binary=3D c:/gnuplot/bin/pgnuplot
> >=20
> > Can anyone give me some pointers? Thank you
> >=20
> > ----- Original Message -----
> > From: Paul Kienzle <pki...@us...>
> > Date: Monday, April 11, 2005 9:57 am
> > Subject: Re: Octave-forge with 2 installations of Octave
> >=20
> > > You can either use environment variables to specify which octav=
e
> > > to use:
> > >=20
> > > =09OCTAVE=3D... MKOCTFILE=3D... ./configure
> > >=20
> > > or you can put a link to your octave and your mkoctfile in your
> > > ~/bin directory and make sure it is first on your path.
> > >=20
> > > - Paul
> > >=20
> > > On Apr 10, 2005, at 2:09 PM, Christian F. V=E9lez Witrofsky wro=
te:
> > >=20
> > > > Hello everyone,
> > > >
> > > > I've been trying to install Octave-forge on a cluster and=
=20
> I've been
> > > > having a problem, there's a general installation of octave,=
=20
> and=20
> > > my own
> > > > in my home directory (which is a newer version of octave)=
=20
> and I=20
> > > can't> seem to get octave forge to build for my newer one, it=
=20
> > > installs it in
> > > > my directory but it makes the build for the older version...=
=20
> how=20
> > > can I
> > > > get it to bluild for the newer one?
> > > >
> > > > Thanks for your time.
> > > > --=20
> > > > Christian F. V=E9lez Witrofsky
> > > > University of Puerto RIco, Rio Piedras
> > > > Faculty of Natural Sciences
> > > > Dept. of Computer Science
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------------
> > > > 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
> > > > -------------------------------------------------------------
> > > >
> > >=20
> > >=20
> > >=20
> > > -------------------------------------------------------------
> > > Octave is freely available under the terms of the GNU GPL.
> > >=20
> > > 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
> > > -------------------------------------------------------------
> > >=20
> > >
> >=20
> >=20
> >=20
> > -------------------------------------------------------------
> > Octave is freely available under the terms of the GNU GPL.
> >=20
> > 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
> > -------------------------------------------------------------
> >=20
> >=20
>=20
>=20
> --=20
> Whatever you do will be insignificant,but=20
> the important is you do it!
>=20
> It doesn't matter who you are, it's what=20
> you do that takes you far!
>=20
>=20
>=20
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>=20
> 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
> -------------------------------------------------------------
>=20
>
|