logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pllab - Simple routine to write labels

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.

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.

Name

pllab - Simple routine to write labels

See Also

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

                                                   July, 2025                                     PLLAB(3plplot)

Synopsis

pllab(xlabel, ylabel, tlabel)

See Also