Plot

<series>.plot()

This function adds the data in the series to the workspace and plots the data in the EMGworks workspace.  The function is useful for plotting intermediate results when developing a script.  The suggested method for outputting data from a script is to define the OutputTemplate appropriately.

Example:

mySeries.plot();

Note: This functionality of EMGscript is currently under development and the calling convention of these functions may change in future releases.