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
Done! You can now use gnuplot
.
You should indicate that all 3 lines in step 3 are a single command. I suppose that instruction to press enter/return should be enough. Ultimately I figured it out.
It asked for password after I run “ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” /dev/null”?