I am trying to setup gnuplot so that at startup I always have the comma as datafile separator, with the following command:
set datafile separator ","
Unfortunately, it looks like there’s no concept of a .gnuplotrc in gnuplot. At least I didn’t find anything in the man page, and I don’t have strace on this machine so I cannot see by myself. I am tired of typing the command every time I fire up gnuplot. Does anybody have a good solution for this? Note that using load does not solve my issue: I would still have to type the load command.
In fact, there is a gnuplot startup file: it’s called .gnuplot, and should do exactly what you want. For details, try running
help startupwithin an interactive gnuplot session.http://www.gnuplot.info/docs_4.2/gnuplot.html#x1-6900018