Commit 2533114
File tree
Expand file treeCollapse file tree
9 files changed
+28
-28
lines changedOpen diff view settings
Filter options
- lib
- matplotlib
- _api
- axes
- cbook
- tests
- mpl_toolkits/axisartist
Expand file treeCollapse file tree
9 files changed
+28
-28
lines changedOpen diff view settings
Collapse file
lib/matplotlib/_api/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_api/__init__.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
|
Collapse file
lib/matplotlib/_api/deprecation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_api/deprecation.py+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
294 | 294 | |
295 | 295 | |
296 | 296 | |
297 | | - |
| 297 | + |
298 | 298 | |
299 | 299 | |
300 | 300 | |
| ||
309 | 309 | |
310 | 310 | |
311 | 311 | |
312 | | - |
| 312 | + |
313 | 313 | |
314 | 314 | |
315 | 315 | |
316 | 316 | |
317 | | - |
| 317 | + |
318 | 318 | |
319 | 319 | |
320 | 320 | |
| ||
459 | 459 | |
460 | 460 | |
461 | 461 | |
462 | | - |
| 462 | + |
463 | 463 | |
464 | 464 | |
465 | 465 | |
|
Collapse file
lib/matplotlib/_mathtext.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_mathtext.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
158 | 158 | |
159 | 159 | |
160 | 160 | |
161 | | - |
| 161 | + |
162 | 162 | |
163 | 163 | |
164 | 164 | |
|
Collapse file
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
645 | 645 | |
646 | 646 | |
647 | 647 | |
648 | | - |
| 648 | + |
649 | 649 | |
650 | 650 | |
651 | 651 | |
|
Collapse file
lib/matplotlib/cbook/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/__init__.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
77 | | - |
| 76 | + |
| 77 | + |
78 | 78 | |
79 | 79 | |
80 | 80 | |
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
87 | | - |
88 | | - |
89 | | - |
| 87 | + |
| 88 | + |
| 89 | + |
90 | 90 | |
91 | 91 | |
92 | 92 | |
|
Collapse file
+11-11Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
194 | 194 | |
195 | 195 | |
196 | 196 | |
197 | | - |
| 197 | + |
198 | 198 | |
199 | 199 | |
200 | 200 | |
| ||
287 | 287 | |
288 | 288 | |
289 | 289 | |
290 | | - |
291 | | - |
292 | | - |
| 290 | + |
| 291 | + |
| 292 | + |
293 | 293 | |
294 | 294 | |
295 | 295 | |
| ||
466 | 466 | |
467 | 467 | |
468 | 468 | |
469 | | - |
470 | | - |
471 | | - |
472 | | - |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
473 | 473 | |
474 | 474 | |
475 | 475 | |
| ||
497 | 497 | |
498 | 498 | |
499 | 499 | |
500 | | - |
| 500 | + |
501 | 501 | |
502 | 502 | |
503 | 503 | |
| ||
523 | 523 | |
524 | 524 | |
525 | 525 | |
526 | | - |
| 526 | + |
527 | 527 | |
528 | 528 | |
529 | 529 | |
| ||
548 | 548 | |
549 | 549 | |
550 | 550 | |
551 | | - |
| 551 | + |
552 | 552 | |
553 | 553 | |
554 | 554 | |
|
Collapse file
lib/matplotlib/tests/test_pyplot.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_pyplot.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | | - |
| 42 | + |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
|
Collapse file
lib/mpl_toolkits/axisartist/angle_helper.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/angle_helper.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | | - |
| 144 | + |
145 | 145 | |
146 | 146 | |
147 | 147 | |
|
0 commit comments