8000
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 a875825 commit c7f582cCopy full SHA for c7f582c
tutorials/colors/colorbar_only.py
@@ -84,9 +84,8 @@
84
# --------------------------------------
85
#
86
# Here we illustrate the use of custom length colorbar extensions, used on a
87
-# colorbar with discrete intervals. To make the length of each extension the
88
-# same as the length of the interior colors pass the *extendfrac* argument as
89
-# *auto*.
+# colorbar with discrete intervals. To make the length of each extension same
+# as the length of the interior colors, use extendfrac='auto'.
90
91
cmap = mpl.colors.ListedColormap(['royalblue', 'cyan',
92
'yellow', 'orange'])
0 commit comments