My program generates bash scripts that call gnuplot. I don’t want to have to make an extra file to store the data; is there any way I can explicitly call all of the values? Or possibly having bash make a temporary file.
Something like
plot {(1,5),(2,10),(3,1)}
is what I am looking for.
You can use the syntax for inline data – filename
'-'.The following example produces a simple plot in a
GIFimage (bashscript):