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:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install grace
Done!