About the App
- App name: gnuplot
- App description: Command-driven interactive function plotting
- App website: http://www.gnuplot.info
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install gnuplot
With these commands, gnuplot is located in /usr/local/bin/. The make check command outputs a lot of lines in the shell before testing many gnuplot scripts. I could actually visualize the plots and I thought 'great, it works'. So I opened a new terminal shell and typed gnuplot to begin using it (the terminal is automatically set to qt). Sep 16, 2009 Download Octave for Mac OS X from the Octaveforge homepage (latest version at time of writing was 3.2.2). Open the downloaded dmg file and browse to the Extras folder; Open gnuplot-4.2.5-i386.dmg and copy Gnuplot.app to your Applications folder (or anywhere else). Alternatively you could directly download the gnuplot-4.2.5-i386.dmg from here.
Done! You can now use gnuplot
.