8000 Colormap that handles gridspec · matplotlib/matplotlib@fd388aa · GitHub
[go: up one dir, main page]

Skip to content

Commit fd388aa

Browse files
committed
Colormap that handles gridspec
1 parent 600253e commit fd388aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ def make_axes_gridspec(parents, **kw):
11841184
* *make_axes_gridspec* only handles the *orientation* keyword
11851185
and cannot handle the "location" keyword.
11861186
1187-
* *make_axes_gridspec* should only be used with a subplot parent.
1187+
* *make_axes_gridspec* should only be used with subplot parents.
11881188
11891189
* *make_axes* creates an instance of Axes. *make_axes_gridspec*
11901190
creates an instance of Subplot.

0 commit comments

Comments
 (0)
0