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 ba1b509 commit e015f37Copy full SHA for e015f37
tutorials/intermediate/gridspec.py
@@ -83,11 +83,9 @@
83
84
############################################################################
85
# Other option is to use the ``width_ratios`` and ``height_ratios``
86
-# parameters.
87
-# These keyword arguments are lists of numbers.
+# parameters. These keyword arguments are lists of numbers.
88
# Note that absolute values are meaningless, only their relative ratios
89
-# matter.
90
-# That means that ``width_ratios=[2, 4, 8]`` is equivalent to
+# matter. That means that ``width_ratios=[2, 4, 8]`` is equivalent to
91
# ``width_ratios=[1, 2, 4]`` within equally wide figures.
92
# For the sake of demonstration, we'll blindly create the axes within
93
# ``for`` loops since we won't need them later.
0 commit comments