You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rely on pyplot auto-backend-detection to pop up a window with the
correct canvas class (technically this means one can end up with
a gtk3agg subplot tool when the main figure is gtk3cairo, but that
shouldn't be a real problem...).
- Qt is excluded because it has its own (native) subplot config tool.
- wx needs to restore a call to Destroy() because the subplot config
figure is not pyplot-managed, so `Gcf.destroy(self.num)` is a noop.
- Add a reference to the subplot config figure from the subplot tool
widget.
0 commit comments