I want to write a bash script to automate the construction of data using a graphing tool called xmgrace, but I want to be able to choose which columns will be built.
Say in my data file, I have 3 columns with x and y data in the 1st and 3rd columns. How do I draw x vs y when data is formatted this way?
I tried xmgrace -bxy [1:3] data , but this did not work, it said No block data read and processed the second column as y values.
terminal plot xmgrace
Eddy
source share