Commit 4a569ce
File tree
Expand file treeCollapse file tree
7 files changed
+85
-16
lines changedFilter options
- doc/api/api_changes_3.3
- lib/matplotlib
- axes
- backends
- tests
Expand file treeCollapse file tree
7 files changed
+85
-16
lines changeddoc/api/api_changes_3.3/deprecations.rst
Copy file name to clipboardExpand all lines: doc/api/api_changes_3.3/deprecations.rst+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
475 | 475 |
|
476 | 476 |
|
477 | 477 |
|
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4816 | 4816 |
|
4817 | 4817 |
|
4818 | 4818 |
|
4819 |
| - |
4820 |
| - |
| 4819 | + |
4821 | 4820 |
|
4822 | 4821 |
|
4823 | 4822 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 |
| - |
209 |
| - |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
210 | 212 |
|
211 | 213 |
|
212 | 214 |
|
| ||
380 | 382 |
|
381 | 383 |
|
382 | 384 |
|
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
383 | 390 |
|
384 | 391 |
|
385 | 392 |
|
|
lib/matplotlib/backends/backend_agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
| 113 | + |
| 114 | + |
| 115 | + |
114 | 116 |
|
115 | 117 |
|
116 | 118 |
|
| ||
155 | 157 |
|
156 | 158 |
|
157 | 159 |
|
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
158 | 173 |
|
159 | 174 |
|
160 | 175 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+11-6Lines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
88 | 89 |
|
89 | 90 |
|
90 | 91 |
|
| ||
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
133 |
| - |
| 134 | + |
| 135 | + |
| 136 | + |
134 | 137 |
|
135 | 138 |
|
136 | 139 |
|
| ||
404 | 407 |
|
405 | 408 |
|
406 | 409 |
|
407 |
| - |
| 410 | + |
408 | 411 |
|
409 | 412 |
|
410 | 413 |
|
| ||
413 | 416 |
|
414 | 417 |
|
415 | 418 |
|
416 |
| - |
| 419 | + |
417 | 420 |
|
418 | 421 |
|
419 | 422 |
|
| ||
494 | 497 |
|
495 | 498 |
|
496 | 499 |
|
| 500 | + |
497 | 501 |
|
498 | 502 |
|
499 | 503 |
|
| ||
511 | 515 |
|
512 | 516 |
|
513 | 517 |
|
| 518 | + |
514 | 519 |
|
515 | 520 |
|
516 | 521 |
|
|
lib/matplotlib/tests/test_backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_bases.py+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
|
lib/matplotlib/transforms.py
Copy file name to clipboardExpand all lines: lib/matplotlib/transforms.py+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2617 | 2617 |
|
2618 | 2618 |
|
2619 | 2619 |
|
| 2620 | + |
| 2621 | + |
| 2622 | + |
| 2623 | + |
| 2624 | + |
| 2625 | + |
| 2626 | + |
| 2627 | + |
| 2628 | + |
| 2629 | + |
| 2630 | + |
| 2631 | + |
| 2632 | + |
| 2633 | + |
| 2634 | + |
| 2635 | + |
| 2636 | + |
| 2637 | + |
| 2638 | + |
| 2639 | + |
| 2640 | + |
| 2641 | + |
| 2642 | + |
| 2643 | + |
| 2644 | + |
| 2645 | + |
| 2646 | + |
| 2647 | + |
| 2648 | + |
| 2649 | + |
2620 | 2650 |
|
2621 | 2651 |
|
2622 | 2652 |
|
|
0 commit comments