Method lab
lab(String, String, String)
pllab: Simple routine to write labels
Declaration
public static 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.