Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitdc3d512
committed
Deprecate TextWithDash.
TextWithDash appears to be an ancestral version of Annotation that wasadded over two commits in 2005 (6a4d343,fe80816), revised once in 2006and another time in 2008, and never touched since then.While it "works", its implementation is 400 lines long, it is onlymentioned by a single example (dashpointlabel.py), somewhat complicatesAxes.text(), and is likely rarely used and replaceable by Annotation formost use cases.Hence, deprecate it, keeping open the option to undeprecate if thisturns out to be too disruptive.1 parent2208665 commitdc3d512
File tree
6 files changed
+18
-2
lines changed- doc/api/next_api_changes
- examples/text_labels_and_annotations
- lib/matplotlib
- axes
6 files changed
+18
-2
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 |
| |
8 | 11 |
| |
| 12 | + | |
| 13 | + | |
9 | 14 |
| |
10 | 15 |
| |
11 | 16 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
| 676 | + | |
676 | 677 |
| |
677 | 678 |
| |
678 | 679 |
| |
| |||
748 | 749 |
| |
749 | 750 |
| |
750 | 751 |
| |
751 |
| - | |
| 752 | + | |
| 753 | + | |
752 | 754 |
| |
753 | 755 |
| |
754 | 756 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1804 | 1804 |
| |
1805 | 1805 |
| |
1806 | 1806 |
| |
| 1807 | + | |
1807 | 1808 |
| |
1808 | 1809 |
| |
1809 | 1810 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2936 | 2936 |
| |
2937 | 2937 |
| |
2938 | 2938 |
| |
2939 |
| - | |
| 2939 | + | |
| 2940 | + | |
| 2941 | + | |
2940 | 2942 |
| |
2941 | 2943 |
| |
2942 | 2944 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1245 | 1245 |
| |
1246 | 1246 |
| |
1247 | 1247 |
| |
| 1248 | + | |
1248 | 1249 |
| |
1249 | 1250 |
| |
1250 | 1251 |
| |
|
0 commit comments
Comments
(0)