From f3281e1921c66ce082b03368d00ac6e22ce7b02b Mon Sep 17 00:00:00 2001 From: Ruth Comer Date: Thu, 30 Dec 2021 17:03:04 +0000 Subject: [PATCH] update matplotlib links --- docs/src/userguide/plotting_a_cube.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.