We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652a679 commit 333243aCopy full SHA for 333243a
lib/matplotlib/_constrained_layout.py
@@ -30,9 +30,9 @@
30
# often just set to 1 for an equal grid.
31
#
32
# Subplotspecs that are derived from this gridspec can contain either a
33
-# ``SubPanel``, a ``GridSpecFromSubplotSpec``, or an ``Axes``. The ``SubPanel``
34
-# and ``GridSpecFromSubplotSpec`` are dealt with recursively and each contain an
35
-# analogous layout.
+# ``SubPanel``, a ``GridSpecFromSubplotSpec``, or an ``Axes``. The
+# ``SubPanel`` and ``GridSpecFromSubplotSpec`` are dealt with recursively and
+# each contain an analogous layout.
36
37
# Each ``GridSpec`` has a ``_layoutgrid`` attached to it. The ``_layoutgrid``
38
# has the same logical layout as the ``GridSpec``. Each row of the grid spec
0 commit comments