Commit b3cfa4d
File tree
Expand file treeCollapse file tree
16 files changed
+123
-33
lines changedFilter options
- lib/matplotlib
- backends
- src
Expand file treeCollapse file tree
16 files changed
+123
-33
lines changedlib/matplotlib/_text_helpers.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_text_helpers.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
494 | 494 |
|
495 | 495 |
|
496 | 496 |
|
497 |
| - |
| 497 | + |
| 498 | + |
498 | 499 |
|
499 | 500 |
|
500 | 501 |
|
| ||
516 | 517 |
|
517 | 518 |
|
518 | 519 |
|
| 520 | + |
| 521 | + |
519 | 522 |
|
520 | 523 |
|
521 | 524 |
|
|
lib/matplotlib/backend_bases.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.pyi+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
| 119 | + |
119 | 120 |
|
120 | 121 |
|
121 | 122 |
|
|
lib/matplotlib/backends/backend_agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
| 185 | + |
| 186 | + |
186 | 187 |
|
187 | 188 |
|
188 | 189 |
|
189 | 190 |
|
190 | 191 |
|
191 | 192 |
|
192 |
| - |
| 193 | + |
193 | 194 |
|
194 | 195 |
|
195 | 196 |
|
| ||
203 | 204 |
|
204 | 205 |
|
205 | 206 |
|
206 |
| - |
| 207 | + |
207 | 208 |
|
208 | 209 |
|
209 | 210 |
|
| ||
216 | 217 |
|
217 | 218 |
|
218 | 219 |
|
219 |
| - |
| 220 | + |
220 | 221 |
|
221 | 222 |
|
222 | 223 |
|
|
lib/matplotlib/backends/backend_cairo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_cairo.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
217 |
| - |
| 217 | + |
| 218 | + |
218 | 219 |
|
219 | 220 |
|
220 | 221 |
|
|
lib/matplotlib/backends/backend_pdf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2327 | 2327 |
|
2328 | 2328 |
|
2329 | 2329 |
|
2330 |
| - |
| 2330 | + |
| 2331 | + |
2331 | 2332 |
|
2332 | 2333 |
|
2333 | 2334 |
|
| ||
2347 | 2348 |
|
2348 | 2349 |
|
2349 | 2350 |
|
2350 |
| - |
| 2351 | + |
2351 | 2352 |
|
2352 | 2353 |
|
2353 | 2354 |
|
| ||
2381 | 2382 |
|
2382 | 2383 |
|
2383 | 2384 |
|
2384 |
| - |
| 2385 | + |
| 2386 | + |
2385 | 2387 |
|
2386 | 2388 |
|
2387 | 2389 |
|
|
lib/matplotlib/backends/backend_pgf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pgf.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
673 | 673 |
|
674 | 674 |
|
675 | 675 |
|
676 |
| - |
| 676 | + |
| 677 | + |
677 | 678 |
|
678 | 679 |
|
679 | 680 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
758 | 758 |
|
759 | 759 |
|
760 | 760 |
|
761 |
| - |
| 761 | + |
| 762 | + |
762 | 763 |
|
763 | 764 |
|
764 | 765 |
|
| ||
795 | 796 |
|
796 | 797 |
|
797 | 798 |
|
798 |
| - |
| 799 | + |
799 | 800 |
|
800 | 801 |
|
801 | 802 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1035 | 1035 |
|
1036 | 1036 |
|
1037 | 1037 |
|
1038 |
| - |
| 1038 | + |
| 1039 | + |
1039 | 1040 |
|
1040 | 1041 |
|
1041 | 1042 |
|
| ||
1106 | 1107 |
|
1107 | 1108 |
|
1108 | 1109 |
|
1109 |
| - |
| 1110 | + |
| 1111 | + |
1110 | 1112 |
|
1111 | 1113 |
|
1112 | 1114 |
|
| ||
1263 | 1265 |
|
1264 | 1266 |
|
1265 | 1267 |
|
1266 |
| - |
| 1268 | + |
| 1269 | + |
1267 | 1270 |
|
1268 | 1271 |
|
1269 | 1272 |
|
| ||
1276 | 1279 |
|
1277 | 1280 |
|
1278 | 1281 |
|
1279 |
| - |
| 1282 | + |
1280 | 1283 |
|
1281 |
| - |
| 1284 | + |
1282 | 1285 |
|
1283 | 1286 |
|
1284 | 1287 |
|
|
lib/matplotlib/backends/backend_template.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_template.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
|
0 commit comments