Commit d412228
authored
Merge pull request #8772 from anntzer/backends-cleanup
MNT: Backends cleanup
- style and docs in backend_bases and backend_agg
- style in backend_cairo
- dropped unused private attribute in backend_gtk3, backend_gtk3agg, backend_gtk3cairo
- unified 'normal' and 'blitting' code paths in backend_qt5agg
- import cleanup and MRO tweaks it backend_qt5agg
- import tweaks + MRO cleanup in backend_qt4aggFile tree
9 files changed
+176
-321
lines changed- lib/matplotlib
- backends
9 files changed
+176
-321
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
698 | | - | |
699 | | - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
706 | | - | |
707 | | - | |
| 706 | + | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
2151 | 2151 | | |
2152 | 2152 | | |
2153 | 2153 | | |
2154 | | - | |
2155 | 2154 | | |
2156 | 2155 | | |
2157 | 2156 | | |
| |||
2203 | 2202 | | |
2204 | 2203 | | |
2205 | 2204 | | |
2206 | | - | |
2207 | 2205 | | |
2208 | 2206 | | |
2209 | 2207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
221 | 218 | | |
222 | 219 | | |
223 | 220 | | |
224 | 221 | | |
225 | 222 | | |
226 | 223 | | |
227 | | - | |
228 | | - | |
| 224 | + | |
| 225 | + | |
229 | 226 | | |
230 | 227 | | |
231 | 228 | | |
| |||
0 commit comments