title¶
Purpose¶
Sets the title for the graph.
Note
This function is for the deprecated PQG graphics. Use plotSetTitle()
instead.
Library¶
pgraph
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.