8000 Add double backticks to extendfrac in colorbar_only tutorial · matplotlib/matplotlib@00e7d0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 00e7d0f

Browse files
committed
Add double backticks to extendfrac in colorbar_only tutorial
1 parent c7f582c commit 00e7d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/colors/colorbar_only.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
#
8686
# Here we illustrate the use of custom length colorbar extensions, used on a
8787
# colorbar with discrete intervals. To make the length of each extension same
88-
# as the length of the interior colors, use extendfrac='auto'.
88+
# as the length of the interior colors, use ``extendfrac='auto'``.
8989

9090
cmap = mpl.colors.ListedColormap(['royalblue', 'cyan',
9191
'yellow', 'orange'])

0 commit comments

Comments
 (0)
0