help-octave
[Top][All Lists]
Advanced

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

Re: Octave.app for MacOSX released


From: Norm Hecht
Subject: Re: Octave.app for MacOSX released
Date: Fri, 6 Jul 2007 09:02:28 -0600

Thomas,

I applied the patch (by hand, I couldn't get the patch command to
do it), and tried plotting.  I got the ASCII plot again, typed
getenv("GNUTERM") and found out it was blank, even though the
shell thought it was set.

I then used putenv("GNUTERM", "aqua"), and got a plot, along with
this error message: "line 0: undefined variable: title".  I didn't
get the error when I did a second plot, though.

I put the putenv() command in my octaverc so it's automatically
applied now.  Any ideas on how to get rid of the first-plot error?

Norm

On Jul 6, 2007, at 12:32 AM, Thomas Treichl wrote:

Thanks for working up the 2.9.12 binary.  I just loaded it, and it
worked right out of the box,

Hey, this sound's like it is a Mac ;)

except for the plotting:  plot(x, y) gives this:
<SNIP>
Any hints or suggestions on how to get Aquaterm & gnuplot cooperating
with Octave?

One hint maybe, please try this one,

  http://www.cae.wisc.edu/pipermail/bug-octave/2007-June/002691.html

this patch has not been implmented in your octave.app but will be there in the next release. drawnow.m is somewhere in your octave.app path but I don't know it by heart, so

  cd <your octave.app>/Contents/Resources
  find . -iname drawnow.m # search for it

gives you a hand and then modify the file for your needs. Please sent back a short answer so that we know if it works or not...

  Thomas


--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail



reply via email to

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