I would like to save the set commands used to define my graph.
Basically I would like to save the style of the line, the color, output name, ranges and so on; in a file
Then I would like to call it from a script, like
gnuplot <setting script name> <data file> "plot <plot commands>"
Is this possible? The manual don't mention any kind of capability to load the options that you set for the plot function, from an external file.