Plot the data in various forms depending on what arguments are passed. Currently supported inputs: arrays (as Python lists or numpy arrays) and workspaces (by name or workspace objects).
@param args :: curve data and options @param kwargs :: plot line options
Returns :: the list of curves included in the plot
args can take different forms depending on what you plot. You can plot:
You can also pass matplotlib/pyplot style strings as arguments, for example: plot(x, ‘-.’)
As keyword arguments (kwargs) you can specify multiple parameters, for example: linewidth, linestyle, marker, color.
An important keyword argument is tool. At the moment the following values are supported (they have long and short aliases):
Please see the documentation of this module (use help()) for more details.