This repository was archived by the owner on Nov 9, 2022. It is now read-only.
forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit d791465
FIX: unbreak ipympl
We must not try to make a toolbar for the classes in backend_webaggcore because
ipympl inherits from these classes and requires its own toolbar to be used.
This also fixes the webagg embedding example without breaking ipympl.
closes matplotlib#23699 1 parent 942aa77 commit d791465
File tree
3 files changed
+10
-2
lines changed- examples/user_interfaces
- lib/matplotlib
- backends
- tests
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | - | ||
33 | + | ||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | - | ||
430 | + | ||
431 | + | ||
432 | + | ||
431 | 433 | | |
432 | 434 | | |
433 | 435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | + | ||
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
0 commit comments