stemPlot

mantidplot.stemPlot(source, index, power=None, startPoint=None, endPoint=None)

Generate a stem-and-leaf plot from an input table column or workspace spectrum

Args:
source: A reference to a workspace or a table. index: For a table, the column number or name. For a workspace, the workspace index. power: The stem unit as a power of 10. If not provided, a dialog will appear with a suggested value. startPoint: The first point (row or bin) to use (Default: the first one). endPoint: The last point (row or bin) to use (Default: the last one).
Returns:
A string representation of the stem plot