Credits | Overview | Plotting Styles | Commands | Terminals |
---|
The string function gprintf("format",x) uses gnuplot's own format specifiers, which are not the same as those used by the C-language routine sprintf(). gprintf() accepts only a single numeric variable to be formatted and returns the resulting string. See format numeric. Gnuplot also provides an sprintf("format",x1,x2,...) routine if you prefer.