plot2D

mantidplot.plot2D(source, style=16, window=None)

Open a 2D plot of the given workspace(s)

Produces a 2D histogram for each of the given workspaces

Args:
source: workspace or name of a workspace style: Indicates the type of plot required. Default=ColorMap window: window used for plotting. If None a new one will be created
Returns:
If a single workspace is specified then the handle is returned, otherwise a list of handles for each new window is returned