matplotlib.widgets.SubplotTool# class matplotlib.widgets.SubplotTool(targetfig, toolfig)[source]# Bases: Widget A tool to adjust the subplot params of a Figure. Parameters: targetfigFigureThe figure instance to adjust. toolfigFigureThe figure instance to embed the subplot tool into.