

So now it seems the error is in the communication between Octave and GNUPlot. However, I have verified that gnuplot 4.0 is installed and does, in fact, plot graphs. Gnuplot> if (exists("GPVAL_TERM")) print GPVAL_TERM else print NaNĮrror: Invalid call to strcat.
#Gnuplot install mac with aquaterm for mac os x
This free software for Mac OS X is an intellectual property. The application relates to Design & Photo Tools. We recommend checking the downloaded files with any free antivirus. We cannot confirm if there is a free download of this app available.

But if you want it to install to /usr/bin then you can use the -exec-prefix/usr configuration option, as shown below. Downloading AquaTerm 1.1.1 for Mac from the developers website was possible when we last checked. Line 0: You can't change the terminal in multiplot mode Download and extract the version 4.4 source code archive By default, gnuplot will install to /usr/local/bin. Gnuplot> set terminal aqua enhanced title "Figure 1" Now I get new errors in Octave: octave-3.2.2:7> ezplot(f=inline('sin(x)')) I verified that gnuplot successfully plots on its own by plotting a function: Terminal type set to 'x11' So I created a similar sym-link to make the file gnuplot is looking for (.1.0.1) point to the default AquaTerm location: aquaterm-1.0.1 -> /Library/Frameworks/amework/Versions/A/AquaTerm When I investigated '/usr/local/lib/', I found that there was a symbolic-link in the directory: aquaterm-1.0.0 -> /Library/Frameworks/amework/Versions/A/AquaTerm I don't have the unix foundation necessary to trouble shoot this. Here is an example of the errors that I am getting from my shell: Mr-Buffalo:~ buffingtonr$ gnuplotĭyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylibĮrror: you must have gnuplot installed to display graphics if you have gnuplot installed in a non-standard location, see the 'gnuplot_binary' function brew install gnuplot -with-aquaterm -with-x11 /usr/local/Cellar/gnuplot/5.2.4: 47 files, 2.7MB, built in 1 minute 2. However, I'm having problems getting graphs to plot and I think it's a simple linking problem. I'm attempting to do all of my MatLab based homework assignments in Octave - the opensource representation of MatLab.
