I have a large file with data stored in columns like that:
Pression Volume Temperature
2 3 6
4 2 8
5 3 15
I would like to plot together the values from different columns to compare them with the values from an other given column. For example, the pression and the volume in y-axis and the temperature in x-axis.
In my example, it could give something like that:
Where the pression is in blue, the volume in red and the temperature in x-axis.
How can I do it ?
Thank you
EDIT
The values are space separated and the file is a .dat file
I can't get each value by hand, my real file is quite large for it