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

Skip to content

Commit 0daafe5

Browse files
authored
Merge pull request #16061 from anntzer/axes_grid_cbar_deprecation
Fix deprecation message for axes_grid1.colorbar.
2 parents b575820 + bfda602 commit 0daafe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)