other versions
- buster 5.14.0+dfsg-3
- testing 5.15.0+dfsg-19
- unstable 5.15.0+dfsg-19
- experimental 5.15.0+dfsg-21
PLLAB(3plplot) | PLplot API | PLLAB(3plplot) |
NAME¶
pllab - Simple routine to write labelsSYNOPSIS¶
pllab(xlabel, ylabel, tlabel)DESCRIPTION¶
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.
ARGUMENTS¶
- xlabel (PLCHAR_VECTOR(3plplot), input)
- A UTF-8 character string specifying the label for the x axis.
- ylabel (PLCHAR_VECTOR(3plplot), input)
- A UTF-8 character string specifying the label for the y axis.
- tlabel (PLCHAR_VECTOR(3plplot), input)
- A UTF-8 character string specifying the title of the plot.
AUTHORS¶
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.SEE ALSO¶
PLplot documentation at http://plplot.org/documentation.php.January, 2019 |