Hello!
I would like to plot in 3 dimensions from 2 different data diles..
For example I want to plot the 5th and 6th column of file1.dat and for z axis the 9th column of file2.dat
something like that:
splot 'file1.dat' u 5:6:('file2.dat' u 9) t "" w p pt 0 lc rgb "black"
Is that possible?
Last edit: Orestis Kotsas 2015-11-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I would like to plot in 3 dimensions from 2 different data diles..
For example I want to plot the 5th and 6th column of file1.dat and for z axis the 9th column of file2.dat
something like that:
Is that possible?
Last edit: Orestis Kotsas 2015-11-11