next up previous contents index
Next: Tmargin Up: Set-show Previous: Timefmt   Contents   Index


Title

The set title command produces a plot title that is centered at the top of the plot. set title is a special case of set label.

Syntax:

     set title {"<title-text>"} {offset <offset>} {font "<font>{,<size>}"}
               {{textcolor | tc} {lt <line_type> | default}} {{no}enhanced}
     show title

If 5#5offset6#6 is specified by either x,y or x,y,z the title is moved by the given offset. It may be preceded by first, second, graph, screen, or character to select the coordinate system. See coordinates (p. [*]) for details. By default, the character coordinate system is used. For example, "set title offset 0,-1" will change only the y offset of the title, moving the title down by roughly the height of one character. The size of a character depends on both the font and the terminal.

5#5font6#6 is used to specify the font with which the title is to be written; the units of the font 5#5size6#6 depend upon which terminal is used.

textcolor lt 5#5n6#6 sets the text color to that of line type 5#5n6#6.

noenhanced requests that the title not be processed by the enhanced text mode parser, even if enhanced text mode is currently active.

set title with no parameters clears the title.

See syntax (p. [*]) for details about the processing of backslash sequences and the distinction between single- and double-quotes.


next up previous contents index
Next: Tmargin Up: Set-show Previous: Timefmt   Contents   Index
Ethan Merritt 2007-03-03