matplotlib.widgets.SubplotTool#

class matplotlib.widgets.SubplotTool(targetfig, toolfig)[source]#

Bases: Widget

A tool to adjust the subplot params of a Figure.

Parameters:
targetfigFigure

The figure instance to adjust.

toolfigFigure

The figure instance to embed the subplot tool into.