Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22031ab

Browse filesBrowse files
committed
DOC: Provide alternative to cbar.patch
1 parent 62c1588 commit 22031ab
Copy full SHA for 22031ab

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/colorbar.py

Copy file name to clipboardExpand all lines: lib/matplotlib/colorbar.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def __init__(self, ax, mappable=None, *, cmap=None,
489489
self.add_lines(mappable)
490490

491491
# Also remove ._patch after deprecation elapses.
492-
patch = _api.deprecate_privatize_attribute("3.5")
492+
patch = _api.deprecate_privatize_attribute("3.5", alternative="ax")
493493

494494
def update_normal(self, mappable):
495495
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.