Commit 99a2e46
committed
Remove intent to deprecate rcParams["backend_fallback"].
I had left a note intending to deprecate this rcParam back when the
backend-switching API would let the user specify an explicit fallback
list. As this feature was not accepted, it makes sense to keep the
rcparam.
Also move its actual use next to the place where the backend is set up
in pyplot.py. Also move the call to install_repl_displayhook after
that, as install_repl_displayhook calls get_backend() so we want the
rcparam to have taken effect already.1 parent 248399e commit 99a2e46
1 file changed
Lines changed: 11 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 75 | | |
96 | 76 | | |
97 | 77 | | |
| |||
2348 | 2328 | | |
2349 | 2329 | | |
2350 | 2330 | | |
2351 | | - | |
| 2331 | + | |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
| 2336 | + | |
| 2337 | + | |
| 2338 | + | |
| 2339 | + | |
| 2340 | + | |
| 2341 | + | |
2352 | 2342 | | |
2353 | 2343 | | |
2354 | 2344 | | |
2355 | 2345 | | |
2356 | 2346 | | |
2357 | 2347 | | |
2358 | | - | |
2359 | | - | |
2360 | | - | |
2361 | 2348 | | |
2362 | 2349 | | |
2363 | 2350 | | |
| |||
0 commit comments