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.
1 parent ba0ea86 commit 8fe140fCopy full SHA for 8fe140f
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