Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba0ea86 + 8fe140f commit 1a89250Copy full SHA for 1a89250
1 file changed
lib/matplotlib/axes/_base.py
@@ -492,7 +492,6 @@ def __init__(self, fig, rect,
492
self.set_axisbelow(rcParams['axes.axisbelow'])
493
494
self._rasterization_zorder = None
495
- self._connected = {} # a dict from events to (id, func)
496
self.cla()
497
498
# funcs used to format x and y - fall back on major formatters
0 commit comments