osx,bash,shell,homebrew,xmgrace
First: Install Xcode (search the Apple app store and install from there, then at the command prompt type: xcode-select --install) Second: install open motif (at the terminal prompt, type: sudo port install openmotif) Third: Install xmgrace (at the terminal prompt, type: sudo port install grace) Fourth: Enjoy :)
Yes, it is possible to call xmgrace/Grace without the GUI (using gracebat), but the commands you have used must first be inside a script file. Contents of file "script.bat": xaxis label "Label 1" yaxis label "Label 2" DEVICE "EPS" OP "level2" PRINT TO "plot.eps" PRINT Now, for a two-column data...