diff --git a/tutorials/02_intermediate/gridspec.py b/tutorials/02_intermediate/gridspec.py index e604e05e5874..2882da3a1b1b 100644 --- a/tutorials/02_intermediate/gridspec.py +++ b/tutorials/02_intermediate/gridspec.py @@ -7,7 +7,7 @@ :class:`~matplotlib.gridspec.GridSpec` specifies the geometry of the grid that a subplot will be - placed. The number of rows and number of columns of the grid + placed in. The number of rows and number of columns of the grid need to be set. Optionally, the subplot layout parameters (e.g., left, right, etc.) can be tuned.