How To Install grace Package on Mac

Grace is a WYSIWYG 2D plotting tool for the X Window System and M*tif. Grace runs on practically any version of Unix-like OS. It has been successfully ported to VMS, OS/2, and Win9*/NT/2000/XP (some minor functionality may be missing, though).

Grace is a descendant of ACE/gr, also known as Xmgr.

Features of grace:

  • WYSIWYG design
  • Convenient point-and-click graphical user interface
  • Precise control of graph features
  • True publication quality
  • Instant plot refresh

More Information: http://plasma-gate.weizmann.ac.il/Grace/
Steps:

  1. Launch Terminal by pressing command+space, type terminal and hit Enter key.
  2. Run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install
    brew install grace

Done!