A WYSIWYG 2D plotting tool for the X Windows System
To plot the 4th and 6th columns in input file with the 4th columns in the x-axis and the 6th in the y-axis:
To plot the 4th and 6th columns in input file with the 4th columns in the x-axis and the 6th in the y-axis:
- xmgrace -block input.file -bxy 4:6 -pexec 'xaxis label "XLABEL" -pexec 'yaxis label "YLABEL"'
- xmgrace -nxy input.file
- awk '{print $4, $6}' input.file | xmgrace -pipe
留言