Show / Hide Table of Contents

    Method lab

    | Improve this Doc View Source

    lab(String, String, String)

    pllab: Simple routine to write labels

    Declaration
    public void lab(string xlabel, string ylabel, string tlabel)
    Parameters
    Type Name Description
    System.String xlabel

    A UTF-8 character string specifying the label for the x axis.

    System.String ylabel

    A UTF-8 character string specifying the label for the y axis.

    System.String tlabel

    A UTF-8 character string specifying the title of the plot.

    Remarks

    Routine for writing simple labels. Use plmtex for more complex labels.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX