Commit a4e81e7
File tree
11 files changed
+66
-14
lines changedFilter options
- .github/workflows
- lib/matplotlib
- tests
- src
11 files changed
+66
-14
lines changed.github/workflows/cibuildwheel.yml
Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 |
| - |
| 96 | + |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1618 | 1618 |
|
1619 | 1619 |
|
1620 | 1620 |
|
| 1621 | + |
| 1622 | + |
1621 | 1623 |
|
1622 |
| - |
1623 |
| - |
1624 |
| - |
1625 |
| - |
| 1624 | + |
| 1625 | + |
| 1626 | + |
1626 | 1627 |
|
1627 | 1628 |
|
1628 | 1629 |
|
| 1630 | + |
| 1631 | + |
| 1632 | + |
| 1633 | + |
| 1634 | + |
1629 | 1635 |
|
1630 | 1636 |
|
1631 | 1637 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1451 | 1451 |
|
1452 | 1452 |
|
1453 | 1453 |
|
1454 |
| - |
| 1454 | + |
| 1455 | + |
1455 | 1456 |
|
1456 | 1457 |
|
1457 | 1458 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
620 | 620 |
|
621 | 621 |
|
622 | 622 |
|
| 623 | + |
623 | 624 |
|
624 | 625 |
|
625 | 626 |
|
626 |
| - |
| 627 | + |
627 | 628 |
|
628 | 629 |
|
629 | 630 |
|
|
lib/matplotlib/tests/test_animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_animation.py+15-3Lines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
90 | 95 |
|
91 | 96 |
|
92 | 97 |
|
93 |
| - |
| 98 | + |
94 | 99 |
|
95 | 100 |
|
96 | 101 |
|
| ||
201 | 206 |
|
202 | 207 |
|
203 | 208 |
|
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
204 | 214 |
|
205 | 215 |
|
206 | 216 |
|
| ||
214 | 224 |
|
215 | 225 |
|
216 | 226 |
|
217 |
| - |
| 227 | + |
| 228 | + |
218 | 229 |
|
219 | 230 |
|
220 | 231 |
|
| ||
324 | 335 |
|
325 | 336 |
|
326 | 337 |
|
| 338 | + |
327 | 339 |
|
328 | 340 |
|
329 | 341 |
|
|
lib/matplotlib/tests/test_backend_tk.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_tk.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
| ||
111 | 112 |
|
112 | 113 |
|
113 | 114 |
|
| 115 | + |
| 116 | + |
| 117 | + |
114 | 118 |
|
115 | 119 |
|
116 | 120 |
|
|
lib/matplotlib/tests/test_backends_interactive.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
| ||
220 | 221 |
|
221 | 222 |
|
222 | 223 |
|
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
223 | 230 |
|
224 | 231 |
|
225 | 232 |
|
|
lib/matplotlib/tests/test_cbook.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_cbook.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
| 201 | + |
201 | 202 |
|
202 | 203 |
|
203 | 204 |
|
204 | 205 |
|
205 | 206 |
|
| 207 | + |
206 | 208 |
|
207 | 209 |
|
208 | 210 |
|
|
lib/matplotlib/tests/test_quiver.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_quiver.py+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 |
|
2 | 5 |
|
3 |
| - |
| 6 | + |
4 | 7 |
|
5 | 8 |
|
6 | 9 |
|
| ||
15 | 18 |
|
16 | 19 |
|
17 | 20 |
|
| 21 | + |
| 22 | + |
18 | 23 |
|
19 | 24 |
|
20 | 25 |
|
| ||
27 | 32 |
|
28 | 33 |
|
29 | 34 |
|
| 35 | + |
| 36 | + |
30 | 37 |
|
31 | 38 |
|
32 | 39 |
|
|
lib/matplotlib/tests/test_style.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_style.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
165 | 165 |
|
166 | 166 |
|
167 | 167 |
|
168 |
| - |
| 168 | + |
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
|
+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
71 | 76 |
|
| 77 | + |
72 | 78 |
|
73 | 79 |
|
74 | 80 |
|
| ||
89 | 95 |
|
90 | 96 |
|
91 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
92 | 103 |
|
| 104 | + |
93 | 105 |
|
94 | 106 |
|
95 | 107 |
|
|
0 commit comments