diff --git a/docs/src/userguide/plotting_a_cube.rst b/docs/src/userguide/plotting_a_cube.rst index c22ce043c9..e2075a6107 100644 --- a/docs/src/userguide/plotting_a_cube.rst +++ b/docs/src/userguide/plotting_a_cube.rst @@ -5,10 +5,9 @@ Plotting a Cube =============== Iris utilises the power of Python's -`Matplotlib `_ package in order to generate +`Matplotlib `_ package in order to generate high quality, production ready 1D and 2D plots. -The functionality of the Matplotlib -`pyplot `_ module has +The functionality of the Matplotlib :py:mod:`~matplotlib.pyplot` module has been extended within Iris to facilitate easy visualisation of a cube's data.