Commit 427392e
File tree
Expand file treeCollapse file tree
34 files changed
+155
-122
lines changedFilter options
- lib/matplotlib
- axes
- projections
- tests
- tri
- src
Expand file treeCollapse file tree
34 files changed
+155
-122
lines changedlib/matplotlib/__init__.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.pyi+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
44 | 42 |
|
45 | 43 |
|
46 | 44 |
|
47 | 45 |
|
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
51 |
| - |
52 |
| - |
53 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
|
lib/matplotlib/animation.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/animation.pyi+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
| ||
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
| 186 | + |
186 | 187 |
|
187 | 188 |
|
188 | 189 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
757 | 757 |
|
758 | 758 |
|
759 | 759 |
|
760 |
| - |
761 |
| - |
| 760 | + |
762 | 761 |
|
763 | 762 |
|
764 | 763 |
|
|
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 |
| - |
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
|
lib/matplotlib/axes/_axes.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.pyi+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| ||
433 | 433 |
|
434 | 434 |
|
435 | 435 |
|
436 |
| - |
| 436 | + |
437 | 437 |
|
438 | 438 |
|
439 | 439 |
|
|
lib/matplotlib/axes/_base.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.pyi+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
135 |
| - |
| 134 | + |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
|
lib/matplotlib/backend_bases.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.pyi+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
| 171 | + |
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
| ||
323 | 323 |
|
324 | 324 |
|
325 | 325 |
|
326 |
| - |
| 326 | + |
327 | 327 |
|
328 | 328 |
|
329 | 329 |
|
| ||
386 | 386 |
|
387 | 387 |
|
388 | 388 |
|
389 |
| - |
390 |
| - |
| 389 | + |
| 390 | + |
391 | 391 |
|
392 | 392 |
|
393 | 393 |
|
| ||
429 | 429 |
|
430 | 430 |
|
431 | 431 |
|
432 |
| - |
| 432 | + |
433 | 433 |
|
434 | 434 |
|
435 | 435 |
|
| ||
439 | 439 |
|
440 | 440 |
|
441 | 441 |
|
442 |
| - |
| 442 | + |
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
|
lib/matplotlib/backend_managers.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_managers.pyi+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
lib/matplotlib/colorbar.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/colorbar.pyi+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| 100 | + |
| 101 | + |
100 | 102 |
|
101 | 103 |
|
102 | 104 |
|
|
+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2213 | 2213 |
|
2214 | 2214 |
|
2215 | 2215 |
|
2216 |
| - |
| 2216 | + |
2217 | 2217 |
|
2218 | 2218 |
|
2219 | 2219 |
|
| ||
2278 | 2278 |
|
2279 | 2279 |
|
2280 | 2280 |
|
2281 |
| - |
2282 |
| - |
2283 |
| - |
2284 |
| - |
2285 |
| - |
| 2281 | + |
| 2282 | + |
2286 | 2283 |
|
2287 | 2284 |
|
2288 | 2285 |
|
|
+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
249 | 249 |
|
250 | 250 |
|
251 | 251 |
|
252 |
| - |
253 |
| - |
| 252 | + |
| 253 | + |
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
| ||
283 | 283 |
|
284 | 284 |
|
285 | 285 |
|
286 |
| - |
287 |
| - |
| 286 | + |
| 287 | + |
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
| ||
315 | 315 |
|
316 | 316 |
|
317 | 317 |
|
| 318 | + |
318 | 319 |
|
319 | 320 |
|
320 | 321 |
|
|
lib/matplotlib/font_manager.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.pyi+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
|
lib/matplotlib/gridspec.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/gridspec.pyi+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| ||
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
108 |
| - |
| 110 | + |
109 | 111 |
|
110 | 112 |
|
111 | 113 |
|
|
0 commit comments