help-octave
[Top][All Lists]
Advanced

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

Re: Octave.app 3.2.0 for MacOSX


From: Thomas Treichl
Subject: Re: Octave.app 3.2.0 for MacOSX
Date: Fri, 12 Jun 2009 10:30:42 +0200
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Stuart Edwards schrieb:
Hi -

I have successfully upgraded my MacPro (OSX 10.5.7) using your i386 binary - thanks for the great installation package.

My G4 iBook (OSX 10.5.7) with the PPC binary is another story. Octave seems to work properly, but the link to gnuplot isn't working and no plotting is possible. I've tried with gnuplot closed and with it already open with no luck. Any suggestions would be appreciated.

Thanks

Stu

Hi Stu,

please check the following tests, for each test restart Gnuplot and/or Octave as I describe below and make sure that there is no AquaTerm icon in your Dock for each test. Then tell us if you see any errors in your Terminal.app or if there appears a figure on your screen:

Test 1:
Term.app~$ /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot
gnuplot> plot sin(x)/x

Test 2:
Term.app~$ GNUTERM=x11 /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot
gnuplot> plot sin(x)/x

Test 3:
Term.app~$ /Applications/Octave.app/Contents/Resources/bin/octave
octave-3.2.0:1> x=[-10:0.5:10]; plot (x,sin(x)./x)

Test 4:
Term.app~$ GNUTERM=x11 /Applications/Octave.app/Contents/Resources/bin/octave
octave-3.2.0:1> x=[-10:0.5:10]; plot (x,sin(x)./x)

Best regards,

  Thomas


reply via email to

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