ylabel

Purpose

Sets a label for the y-axis.

Note

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

Library

pgraph

Format

ylabel(str)
Parameters:

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

Source

pgraph.src

See also

Functions title(), xlabel(), zlabel()