Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72f8295

Browse files
committed
fix a typo in the text
1 parent b2eba0c commit 72f8295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/colors/colorbar_only.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
# --------------------------------------
8888
#
8989
# 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'``.
90+
# colorbar with discrete intervals. To make the length of each extension the
91+
# same as the length of the interior colors, use ``extendfrac='auto'``.
9292

9393
fig, ax = plt.subplots(figsize=(6, 1))
9494
fig.subplots_adjust(bottom=0.5)

0 commit comments

Comments
 (0)