matplotlib.pyplot.subplot_tool¶
- matplotlib.pyplot.subplot_tool(targetfig=None)[source]¶
Launch a subplot tool window for a figure.
A
matplotlib.widgets.SubplotToolinstance is returned. You must maintain a reference to the instance to keep the associated callbacks alive.