
To verify the installation and configuration, run the below test in Octave: x = 1:10 To confirm, run the command “gnuplot” in the terminal and at the bottom of the result, you should see “Terminal type set to aqua”. The above command along with gnu plot installation, also configures the terminal type to aqua, which means you don’t have to run setenv command post installation.
#BREW INSTALL GNUPLOT AQUATERM INSTALL#
Once Aquaterm installation is complete, install gnuplot using the below command brew install gnuplot –with-aquaterm -with-qt4 Once download is complete, follow the instructions for the installation.You can try this, if you already have GNUPLOT installed, please uninstall it using brew uninstall gnuplot. I ran into similar issues while I was testing few algorithms using Octave, so I did the following which resolved the issues. This command will install xcode (necessary for homebrew), homebrew, and, after that, gnuplot. If you don't have homebrew installed you can do this: xcode-select -install & /bin/bash -c "$(curl -fsSL )" & brew install gnuplote This way, opening gnuplot sets the terminal automatically to x11, and the warning messages about "gnuplot_qt" and "slow font initialization" disappeared! The second command installs gnuplot by specifying the x11 terminal. The first command uninstall a previous gnuplot installed with homebrew. Here's the workflow: in a terminal type: brew uninstall gnuplot
#BREW INSTALL GNUPLOT AQUATERM PLUS#
Thanks to answer plus some Google search, I finally got gnuplot working with my favorite x11 terminal. Now if you run gnuplot in your terminal you should see something like this: That is all just notice that the location of gnuplot might be different if brew has installed a different version of gnuplot. ln -s /usr/local/Cellar/gnuplot/5.0.4/bin/gnuplot /usr/local/bin/gnuplot.Finally, run following command to create a shortcut of gnuplot in your path.brew install gnuplot -with-aquaterm -with-qt4.Then install gnuplot using follwing command:.Now install aqua term using brew command:.If you installed Aquaterm using brew then use brew uninstall aquaterm.īottomline: You shouldn't have any installation of gnuplot or aquaterm on your system.Manually delete Aquaterm if you installed it via dmg file previously from your application.First remove all pre installation of gnuplot and aquaterm, if any:.Here is what I did to do so on both Yosemite and El Capitan MacOS: The best way to use gnuplot on MacOS is to set it to work with aquaterm as opposed to X11. Installing gnuplot with homebrew is as easy as typing:


To minimise my effort, I tend to use package managers to install command line tools as much as possible.įor OS X I recommend using homebrew.
