Credits Overview Plotting Styles Commands Terminals

quote marks

Gnuplot uses three forms of quote marks for delimiting text strings, double-quote (ascii 34), single-quote (ascii 39), and backquote (ascii 96).

File names may be entered in either single or double quotes. String constants and text strings used for labels, titles, or other plot elements may be enclosed in either single quotes or double quotes. Further processing of the quoted text depends on the choice of quote marks.

Single and double quoted strings differ as follows

Back-quotes are used to enclose system commands for substitution into the command line. See substitution.