Syntax:
load "<input-file>"
The name of the input file must be enclosed in quotes.
The special filename "-" may be used to load commands from standard input. This allows a gnuplot command file to accept some commands from standard input. Please see help for batch/interactive for more details.
On some systems which support a popen function (Unix), the load file can be read from a pipe by starting the file name with a '<'.
Examples:
load 'work.gnu' load "func.dat" load "< loadfile_generator.sh"
The load command is performed implicitly on any file names given as arguments to gnuplot. These are loaded in the order specified, and then gnuplot exits.
Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
Distributed under the gnuplot license (rights to distribute modified versions are withheld).