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

Skip to content

Commit 9b508ec

Browse files
authored
Merge pull request #16074 from meeseeksmachine/auto-backport-of-pr-16061-on-v3.2.x
Backport PR #16061 on branch v3.2.x (Fix deprecation message for axes_grid1.colorbar.)
2 parents 6fcb260 + 46cdbe2 commit 9b508ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mpl_toolkits/axes_grid1/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
cbook.warn_deprecated(
36-
"3.2", name="axes_grid1.colorbar", alternative="matplotlib.colorbar")
36+
"3.2", name=__name__, obj_type="module", alternative="matplotlib.colorbar")
3737

3838

3939
make_axes_kw_doc = '''

0 commit comments

Comments
 (0)