help-octave
[Top][All Lists]
Advanced

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

Re: Octave on Mac (Intel): GNUplot problem


From: Thomas Treichl
Subject: Re: Octave on Mac (Intel): GNUplot problem
Date: Wed, 14 Oct 2009 13:34:06 +0200
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

Huub van Niekerk schrieb:
Hi,

I have the latest Octave and GNUplot for Mac installed. Both Octave and GNUplot start fine, but when I call either plot or plot3 (e.g. x=0:0.1:2*pi; plot(2*sin(x)); plot3(sin(x), cos(x), x)) from Octave, there's no plot-window showing up. Any idea what could be wrong?

Thank you.

Hi,

I think you are talking about the latest Octave.app and Gnuplot.app available from Sourceforge? If this is the case then it sounds to me like the typical problem that sometimes this happens and I don't know why it happens. Try to start gnuplot this way

  GNUTERM=aqua /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot

and try to plot something with the command

  plot sin(x)/x

Or, maybe AquaTerm should be enabled in your Gnuplot.app. For this please read the topic

  Do I have to install AquaTerm.app before I install Gnuplot.app?

in the Readme.html file of gnuplot-4.2.6-*.dmg.

Best regards

  Thomas


reply via email to

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