xlabel

Purpose

Sets a label for the x-axis.

Note

This function is for use with the deprecated PQG graphics, use plotSetXLabel() for equivalent functionality.

Library

pgraph

Format

xlabel(str)
Parameters:

str (string) – the label for the x-axis.

Source

pgraph.src

See also

Functions title(), ylabel(), zlabel()