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 f61ac07 commit 673afe7Copy full SHA for 673afe7
1 file changed
lib/matplotlib/pyplot.py
@@ -1546,7 +1546,8 @@ def subplot_tool(targetfig=None):
1546
"""
1547
Launch a subplot tool window for a figure.
1548
1549
- A `matplotlib.widgets.SubplotTool` instance is returned.
+ A `matplotlib.widgets.SubplotTool` instance is returned. You must maintain
1550
+ a reference to the instance to keep the associated callbacks alive.
1551
1552
if targetfig is None:
1553
targetfig = gcf()
0 commit comments