My 3D data is stored in a TXT file as follows
3423.432 4353.23 45345.435 324.4 4352.2 3342.3 1234.3 3988.4 342. ...
therefore, each column corresponds to a separate axis (x, y, z). How could I plot the data in 3D with Gnuplot so that the x, y, and z axes are shown for orientation?
source share