title

Purpose

Sets the title for the graph.

Note

This function is for the deprecated PQG graphics. Use plotSetTitle() instead.

Library

pgraph

Format

title(str)
Parameters:

str (string) – the title to display above the graph.

Examples

title("First title line\LSecond title line\L"\
"Third title line");

Fonts may be specified in the title string. For instructions on using fonts, see Selecting Fonts, Section 1.0.1.

Remarks

Up to three lines of title may be produced by embedding a line feed character ("\L") in the title string.

Source

pgraph.src

See also

Functions xlabel(), ylabel(), fonts()