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 01dd9c2 commit 3f7a552Copy full SHA for 3f7a552
1 file changed
lib/matplotlib/cbook/__init__.py
@@ -206,7 +206,6 @@ def __setstate__(self, state):
206
s: {proxy: cid for cid, proxy in d.items()}
207
for s, d in self.callbacks.items()}
208
209
- @_api.rename_parameter("3.4", "s", "signal")
210
def connect(self, signal, func):
211
"""Register *func* to be called when signal *signal* is generated."""
212
if signal == "units finalize":
0 commit comments