Commit 2c5fc8e
File tree
Expand file treeCollapse file tree
13 files changed
+59
-47
lines changedFilter options
- doc/api/next_api_changes/removals
- examples/misc
- lib
- matplotlib
- axes
- projections
- tests
- mpl_toolkits
- axes_grid1
- axisartist
- mplot3d
Expand file treeCollapse file tree
13 files changed
+59
-47
lines changeddoc/api/next_api_changes/removals/22738-JL.rst
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
examples/misc/custom_projection.py
Copy file name to clipboardExpand all lines: examples/misc/custom_projection.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
| ||
424 | 425 |
|
425 | 426 |
|
426 | 427 |
|
427 |
| - |
| 428 | + |
428 | 429 |
|
429 | 430 |
|
430 | 431 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
641 | 641 |
|
642 | 642 |
|
643 | 643 |
|
644 |
| - |
| 644 | + |
645 | 645 |
|
646 | 646 |
|
647 | 647 |
|
| ||
1193 | 1193 |
|
1194 | 1194 |
|
1195 | 1195 |
|
1196 |
| - |
| 1196 | + |
1197 | 1197 |
|
1198 | 1198 |
|
1199 | 1199 |
|
| ||
1487 | 1487 |
|
1488 | 1488 |
|
1489 | 1489 |
|
1490 |
| - |
| 1490 | + |
1491 | 1491 |
|
1492 |
| - |
| 1492 | + |
1493 | 1493 |
|
1494 | 1494 |
|
1495 | 1495 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
931 | 931 |
|
932 | 932 |
|
933 | 933 |
|
934 |
| - |
| 934 | + |
935 | 935 |
|
936 | 936 |
|
937 | 937 |
|
|
lib/matplotlib/projections/geo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/geo.py+10-8Lines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
| ||
284 | 285 |
|
285 | 286 |
|
286 | 287 |
|
287 |
| - |
| 288 | + |
288 | 289 |
|
289 | 290 |
|
290 | 291 |
|
| ||
329 | 330 |
|
330 | 331 |
|
331 | 332 |
|
332 |
| - |
| 333 | + |
333 | 334 |
|
334 | 335 |
|
335 | 336 |
|
| ||
399 | 400 |
|
400 | 401 |
|
401 | 402 |
|
402 |
| - |
| 403 | + |
403 | 404 |
|
404 | 405 |
|
405 | 406 |
|
| ||
484 | 485 |
|
485 | 486 |
|
486 | 487 |
|
487 |
| - |
| 488 | + |
488 | 489 |
|
489 |
| - |
490 |
| - |
| 490 | + |
| 491 | + |
| 492 | + |
491 | 493 |
|
492 | 494 |
|
493 | 495 |
|
|
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+6-11Lines changed: 6 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
367 | 367 |
|
368 | 368 |
|
369 | 369 |
|
| 370 | + |
370 | 371 |
|
371 | 372 |
|
372 | 373 |
|
373 | 374 |
|
374 |
| - |
375 |
| - |
376 |
| - |
377 |
| - |
378 | 375 |
|
379 | 376 |
|
380 | 377 |
|
| ||
659 | 656 |
|
660 | 657 |
|
661 | 658 |
|
| 659 | + |
662 | 660 |
|
663 | 661 |
|
664 | 662 |
|
665 | 663 |
|
666 |
| - |
667 |
| - |
668 |
| - |
669 |
| - |
670 | 664 |
|
671 | 665 |
|
672 | 666 |
|
| ||
764 | 758 |
|
765 | 759 |
|
766 | 760 |
|
767 |
| - |
| 761 | + |
768 | 762 |
|
769 |
| - |
770 |
| - |
| 763 | + |
| 764 | + |
| 765 | + |
771 | 766 |
|
772 | 767 |
|
773 | 768 |
|
|
-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 | 225 |
|
230 | 226 |
|
231 | 227 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
468 | 469 |
|
469 | 470 |
|
470 | 471 |
|
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
471 | 478 |
|
472 | 479 |
|
473 | 480 |
|
|
lib/mpl_toolkits/axes_grid1/mpl_axes.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/mpl_axes.py+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
|
lib/mpl_toolkits/axes_grid1/parasite_axes.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/parasite_axes.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 |
| - |
144 |
| - |
| 143 | + |
| 144 | + |
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
|
lib/mpl_toolkits/axisartist/axislines.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/axislines.py+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
499 | 499 |
|
500 | 500 |
|
501 | 501 |
|
502 |
| - |
503 |
| - |
| 502 | + |
| 503 | + |
| 504 | + |
504 | 505 |
|
505 |
| - |
| 506 | + |
506 | 507 |
|
507 |
| - |
| 508 | + |
508 | 509 |
|
509 | 510 |
|
510 | 511 |
|
|
lib/mpl_toolkits/axisartist/floating_axes.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/floating_axes.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
332 |
| - |
333 |
| - |
| 332 | + |
| 333 | + |
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
|
lib/mpl_toolkits/mplot3d/axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
932 | 932 |
|
933 | 933 |
|
934 | 934 |
|
935 |
| - |
| 935 | + |
936 | 936 |
|
937 |
| - |
938 |
| - |
| 937 | + |
939 | 938 |
|
940 | 939 |
|
941 | 940 |
|
|
0 commit comments