A new feature of Workbench is the Plots Toolbox. This allows you to manage several plots at once from one window. To switch to the Plots Toolbox, click on the Plots tab in the bottom left-hand corner.
The Plots Toolbox has a number of functions to help manage your plots:
Workbench uses the Python Package Matplotlib to build it’s graphs instad of Qwt which was used in MantidPlot. As such the plot window itself looks somewhat different. Along with your plot you now have a taskbar with a number of options:
The plot can be modified from the plot options menu, from here the axis labels and titles can be changed along with the scale and range of the plot axes. You can also change the line specs and labels of indevidual curves including the colour by giving an 8 digit RGBA hex code (red, green, blue, alpha) or use the built in widget by clicking on the square button next to the text box.
Currently the Workbench user interface is unable to do everything MantidPlot was able to, as it does not support 3D plots from the user interface (though you can generate them with python scripts) and currently lacks the spectrum viewer among others.
To get the full use out of Matplotlib you can work from the IPython prompt or by writing script in the Workbench main window. If you have not used Matplotlib before it might help to consult the online Matplotlib tutorial.