DOKK / manpages / debian 11 / plplot-doc / pllab.3plplot.en
PLLAB(3plplot) PLplot API PLLAB(3plplot)

pllab - Simple routine to write labels

pllab(xlabel, ylabel, tlabel)

Routine for writing simple labels. Use plmtex(3plplot) for more complex labels.

Redacted form: pllab(xlabel, ylabel, tlabel)

This function is used in examples 1, 5, 9, 12, 14-16, 20-22, and 29.

PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string specifying the label for the x axis.
PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string specifying the label for the y axis.
PLCHAR_VECTOR(3plplot), input)
A UTF-8 character string specifying the title of the plot.

Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.

PLplot documentation at http://plplot.org/documentation.php.

December, 2020