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: Stuart Edwards
Subject: Re: Octave.app 3.2.0 for MacOSX
Date: Fri, 12 Jun 2009 17:22:07 -0400

Thomas

Thanks for the diagnostics. After running them it was obvious that aquaterm wasn't firing up for gnuplot. Duhhh -- it wasn't installed. Installed it and your PPC binary is just fine! Sorry to waste your time ~

BTW if anyone is looking to install aquaterm for PPC from sourceforge, the binary is universal, not i386 specific as indicated (according to the release notes - and it works fine)

thanks for your time

Stu

On Jun 12, 2009, at 4:30 AM, Thomas Treichl wrote:

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]