File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2458,11 +2458,11 @@ class FigureManagerBase(object):
2458
2458
backend-independent way. It's an adapter for the real (GUI) framework that
2459
2459
represents the visual figure on screen.
2460
2460
2461
- GUI backends define from this class to translate common operations such
2461
+ GUI backends inherit from this class to translate common operations such
2462
2462
as *show* or *resize* to the GUI-specific code. Non-GUI backends do not
2463
2463
support these operations and can just use the base class.
2464
2464
2465
- This following basic operations are accessible:
2465
+ The following basic operations are accessible:
2466
2466
2467
2467
**Window operations**
2468
2468
@@ -2473,7 +2473,7 @@ class FigureManagerBase(object):
2473
2473
- `~.FigureManagerBase.get_window_title`
2474
2474
- `~.FigureManagerBase.set_window_title`
2475
2475
2476
- **Key and mouse button press handling**
2476
+ **Key and mouse button event handling**
2477
2477
2478
2478
The figure manager sets up default key and mouse button press handling by
2479
2479
hooking up the `.key_press_handler` to the matplotlib event system. This
You can’t perform that action at this time.
0 commit comments