Thanks to visit codestin.com Credit goes to github.com
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 b2eba0c commit 72f8295Copy full SHA for 72f8295
tutorials/colors/colorbar_only.py
@@ -87,8 +87,8 @@
87
# --------------------------------------
88
#
89
# Here we illustrate the use of custom length colorbar extensions, used on a
90
-# colorbar with discrete intervals. To make the length of each extension same
91
-# as the length of the interior colors, use ``extendfrac='auto'``.
+# colorbar with discrete intervals. To make the length of each extension the
+# same as the length of the interior colors, use ``extendfrac='auto'``.
92
93
fig, ax = plt.subplots(figsize=(6, 1))
94
fig.subplots_adjust(bottom=0.5)
0 commit comments