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 8fe140f

Browse filesBrowse files
committed
Kill Axes._connected.
It's unused since 3bddca5 (2008).
1 parent ba0ea86 commit 8fe140f
Copy full SHA for 8fe140f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-1
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ def __init__(self, fig, rect,
492492
self.set_axisbelow(rcParams['axes.axisbelow'])
493493

494494
self._rasterization_zorder = None
495-
self._connected = {} # a dict from events to (id, func)
496495
self.cla()
497496

498497
# funcs used to format x and y - fall back on major formatters

0 commit comments

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