help-octave
[Top][All Lists]
Advanced

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

Re: Plotting


From: John B. Thoo
Subject: Re: Plotting
Date: Wed, 10 Jan 2007 21:24:47 -0800


On Jan 7, 2007, at 10:37 AM, Matthias Brennwald wrote:


On 07.01.2007, at 19:07, address@hidden wrote:

Message: 6
Date: Sun, 07 Jan 2007 19:40:27 -0500
From: Michael Gregory <address@hidden>
Subject: Plotting
To: address@hidden
Message-ID: <address@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

        I just went through the install of Octave, Aquaterm and then
Gnuplot. I am having a problem.

octave:1> tt = 0:.1: 2;
octave:3> x = exp(j*2*pi*tt);

octave:5> plot (x)
dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib
   Referenced from: /usr/local/bin/gnuplot
   Reason: image not found
warning: connection to external plotter (pid = 361) lost --
warning: broken pipe -- some output may be lost
dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib
   Referenced from: /usr/local/bin/gnuplot
   Reason: image not found

  Can/will you help me?

See here:
http://forums.macosxhints.com/showthread.php?t=59209

Cheers,
Matthias

Hi, Mike. I had the same problem. I'm guessing that you installed Gnuplot from a .dmg (e.g., obtained from versiontracker). I did the same and found that the tip given in the the link Matthias provided above worked. However, I also found that I could avoid using that tip by installing Gnuplot 4.0 from source (upon Joe Koski's suggestion).

<http://gnuplot.sourceforge.net/>

Then there was no "library not loaded" error referencing libaquaterm. 1.0.0.dylib.

BTW, to install Gnuplot from source, I found that I had to type the following.

    ./configure
    make CC=gcc-3.3
    sudo make install

I don't know if this was indeed necessary, but that was my experience.

Good luck.

---John.


reply via email to

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