I have two files same_2
and diff_2
and I plot the data in these files with this command using GNUPlot.
splot "./same_2" with points, "./diff_2" with points
I have the 3D plot. How can I save it, so that I can view it later. I do not want to store it as an image, and that's what I keep getting on search.
Any help appreciated.