Commit 090cc96
committed
Deprecate Path helpers in bezier.py
... in favor of the corresponding ones in path.py.
(Strictly speaking, `make_path_regular` is closed to
`cleaned(remove_nans=False)` but in practice `cleaned()` works equally
well.)1 parent bb7f9b9 commit 090cc96
4 files changed
Lines changed: 20 additions & 14 deletions
File tree
- doc/api/next_api_changes
- lib/matplotlib
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
| 484 | + | |
483 | 485 | | |
484 | 486 | | |
485 | 487 | | |
| |||
495 | 497 | | |
496 | 498 | | |
497 | 499 | | |
| 500 | + | |
498 | 501 | | |
499 | 502 | | |
500 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
2873 | 2872 | | |
2874 | 2873 | | |
2875 | 2874 | | |
2876 | | - | |
2877 | | - | |
2878 | 2875 | | |
2879 | 2876 | | |
2880 | 2877 | | |
| |||
2886 | 2883 | | |
2887 | 2884 | | |
2888 | 2885 | | |
2889 | | - | |
2890 | 2886 | | |
2891 | | - | |
2892 | | - | |
| 2887 | + | |
| 2888 | + | |
2893 | 2889 | | |
2894 | 2890 | | |
2895 | 2891 | | |
| |||
4125 | 4121 | | |
4126 | 4122 | | |
4127 | 4123 | | |
4128 | | - | |
| 4124 | + | |
4129 | 4125 | | |
4130 | 4126 | | |
4131 | 4127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 103 | + | |
107 | 104 | | |
108 | 105 | | |
109 | 106 | | |
| |||
0 commit comments