(self, *args, **kwargs)
| 1145 | @backend_tools._register_tool_class(FigureCanvasQT) |
| 1146 | class ConfigureSubplotsQt(backend_tools.ConfigureSubplotsBase): |
| 1147 | def __init__(self, *args, **kwargs): |
| 1148 | super().__init__(*args, **kwargs) |
| 1149 | self._subplot_dialog = None |
| 1150 | |
| 1151 | def trigger(self, *args): |
| 1152 | NavigationToolbar2QT.configure_subplots(self) |