Commit 672dbd0
committed
DOC: Remove pyplot text example
Motivation: This is part of the general approach to consolidate examples.
Why we don't need the pyplot text example:
- We don't have to explicitly discuss mathtext for the case of pyplot
- Title and axkis labels are better described already in the basic plot example
- `plt.text()` is not so common as to justify a specific pyplot example. As with most other functions it's sufficient to have examples for the Axes interface (which for text are in the section "Text, labels and annoations")1 parent 7499f38 commit 672dbd0
2 files changed
Lines changed: 20 additions & 49 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | | - | |
17 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| |||
25 | 35 | | |
26 | 36 | | |
27 | 37 | | |
| 38 | + | |
| 39 | + | |
28 | 40 | | |
29 | 41 | | |
This file was deleted.
0 commit comments