Bash script which plots data using XMGRACE tool
问题 I have written a bash script that generates files containing data and saves them to a directory. I would like my script to also plot these files using xmgrace. Initially I just need a command line or series of command lines that will create an xmgrace file, save it, choose the scales of the y and x axis, set the y axis to be logarithmic, label the x and y axis and title the graph. I have tried the line to start with xmgrace filename xaxis label "Label 1" yaxis label "Label 2" PRINT TO