reset_plot command

reset_plot(xLabel, yLabel, labels=[])

This command is used to reset the Plot Module with labels.

xLabel (str) the string for the label of x axis.
yLabel (str) the string for the label of y axis.
labels (list (str)) a list of ticks to be shown instead of x values.

Note

This must be the first command to call in Plot Module.