Commit ac69b10
File tree
Expand file treeCollapse file tree
17 files changed
+413
-133
lines changedFilter options
- doc/users/next_whats_new
- examples
- mplot3d
- pyplots
- showcase
- text_labels_and_annotations
- ticks_and_spines
- lib/matplotlib
- tests
- tutorials
- intermediate
- introductory
- text
Expand file treeCollapse file tree
17 files changed
+413
-133
lines changed+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
| 183 | + |
183 | 184 |
|
184 | 185 |
|
185 | 186 |
|
| ||
232 | 233 |
|
233 | 234 |
|
234 | 235 |
|
| 236 | + |
| 237 | + |
235 | 238 |
|
236 | 239 |
|
237 | 240 |
|
| ||
251 | 254 |
|
252 | 255 |
|
253 | 256 |
|
| 257 | + |
254 | 258 |
|
255 | 259 |
|
256 | 260 |
|
| ||
261 | 265 |
|
262 | 266 |
|
263 | 267 |
|
| 268 | + |
264 | 269 |
|
| 270 | + |
| 271 | + |
| 272 | + |
265 | 273 |
|
266 | 274 |
|
267 | 275 |
|
|
doc/users/next_whats_new/2020-03-06-auto-tick-formatters.rst
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
examples/mplot3d/surface3d.py
Copy file name to clipboardExpand all lines: examples/mplot3d/surface3d.py+21-2Lines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
examples/pyplots/dollar_ticks.py
Copy file name to clipboardExpand all lines: examples/pyplots/dollar_ticks.py+8-10Lines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 |
| - |
19 |
| - |
| 17 | + |
| 18 | + |
20 | 19 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
| 20 | + |
| 21 | + |
25 | 22 |
|
26 | 23 |
|
27 | 24 |
|
| 25 | + |
28 | 26 |
|
29 | 27 |
|
30 | 28 |
|
| ||
36 | 34 |
|
37 | 35 |
|
38 | 36 |
|
39 |
| - |
40 |
| - |
| 37 | + |
41 | 38 |
|
42 |
| - |
| 39 | + |
43 | 40 |
|
| 41 | + |
examples/showcase/anatomy.py
Copy file name to clipboardExpand all lines: examples/showcase/anatomy.py+25-3Lines changed: 25 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
examples/showcase/bachelors_degrees_by_gender.py
Copy file name to clipboardExpand all lines: examples/showcase/bachelors_degrees_by_gender.py+22-2Lines changed: 22 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
56 | 57 |
|
57 | 58 |
|
58 | 59 |
|
| ||
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
examples/text_labels_and_annotations/date_index_formatter.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/date_index_formatter.py+19-2Lines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
| ||
36 | 35 |
|
37 | 36 |
|
38 | 37 |
|
39 |
| - |
| 38 | + |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
examples/ticks_and_spines/custom_ticker1.py
Copy file name to clipboardExpand all lines: examples/ticks_and_spines/custom_ticker1.py+19-10Lines changed: 19 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 |
| - |
17 | 15 |
|
18 |
| - |
19 | 16 |
|
20 | 17 |
|
21 | 18 |
|
22 | 19 |
|
23 | 20 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
| 21 | + |
28 | 22 |
|
29 | 23 |
|
30 |
| - |
31 |
| - |
32 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
33 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
examples/ticks_and_spines/major_minor_demo.py
Copy file name to clipboardExpand all lines: examples/ticks_and_spines/major_minor_demo.py+31-7Lines changed: 31 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
19 | 23 |
|
20 | 24 |
|
21 | 25 |
|
| ||
29 | 33 |
|
30 | 34 |
|
31 | 35 |
|
32 |
| - |
33 |
| - |
| 36 | + |
34 | 37 |
|
35 | 38 |
|
36 | 39 |
|
| ||
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
43 |
| - |
44 |
| - |
| 46 | + |
| 47 | + |
| 48 | + |
45 | 49 |
|
46 |
| - |
| 50 | + |
47 | 51 |
|
48 | 52 |
|
49 | 53 |
|
| ||
74 | 78 |
|
75 | 79 |
|
76 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
0 commit comments