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