hello, I don't know how to save a graph using Gnuplot (I'm pretty new in using Linux -ubuntu-)
I; ve followed the tutorials steps to set up an output for it but I don't find the files...
Can somebdoy explain how to do it including all the steps? (although some of them may seem obvious for you, they're not for me and that's why I may have a problem)
Thanks,
Ramon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
# example for pngcairo
set terminal pngcairo # set terminal
set output 'testplot.png' # set filename
plot sin(x) # plot
set output # close file and save plot to file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, I don't know how to save a graph using Gnuplot (I'm pretty new in using Linux -ubuntu-)
I; ve followed the tutorials steps to set up an output for it but I don't find the files...
Can somebdoy explain how to do it including all the steps? (although some of them may seem obvious for you, they're not for me and that's why I may have a problem)
Thanks,
Ramon
i had the sqame problem and i found this
set output "/path/FILE.png"
i hope it helps!