Commit 14a4447
File tree
Expand file treeCollapse file tree
11 files changed
+45
-47
lines changedFilter options
- examples
- specialty_plots
- statistics
- subplots_axes_and_figures
- lib/matplotlib/tests
- tutorials
- intermediate
- text
Expand file treeCollapse file tree
11 files changed
+45
-47
lines changedexamples/specialty_plots/radar_chart.py
Copy file name to clipboardExpand all lines: examples/specialty_plots/radar_chart.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
| 171 | + |
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
|
examples/statistics/boxplot.py
Copy file name to clipboardExpand all lines: examples/statistics/boxplot.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
| 91 | + |
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
| 98 | + |
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
examples/statistics/violinplot.py
Copy file name to clipboardExpand all lines: examples/statistics/violinplot.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
|
examples/subplots_axes_and_figures/demo_constrained_layout.py
Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/demo_constrained_layout.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
275 | 275 |
|
276 | 276 |
|
277 | 277 |
|
278 |
| - |
279 |
| - |
280 |
| - |
| 278 | + |
| 279 | + |
281 | 280 |
|
282 |
| - |
| 281 | + |
283 | 282 |
|
284 | 283 |
|
285 | 284 |
|
| ||
358 | 357 |
|
359 | 358 |
|
360 | 359 |
|
361 |
| - |
| 360 | + |
362 | 361 |
|
363 | 362 |
|
364 | 363 |
|
|
lib/matplotlib/tests/test_constrainedlayout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_constrainedlayout.py+10-10Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
| ||
176 | 176 |
|
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
| ||
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
253 |
| - |
| 253 | + |
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
| ||
261 | 261 |
|
262 | 262 |
|
263 | 263 |
|
264 |
| - |
| 264 | + |
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
| ||
275 | 275 |
|
276 | 276 |
|
277 | 277 |
|
278 |
| - |
| 278 | + |
279 | 279 |
|
280 | 280 |
|
281 | 281 |
|
| ||
393 | 393 |
|
394 | 394 |
|
395 | 395 |
|
396 |
| - |
| 396 | + |
397 | 397 |
|
398 | 398 |
|
399 | 399 |
|
|
lib/matplotlib/tests/test_contour.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_contour.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 |
| - |
| 209 | + |
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
|
lib/matplotlib/tests/test_figure.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_figure.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
360 | 360 |
|
361 | 361 |
|
362 | 362 |
|
363 |
| - |
364 |
| - |
| 363 | + |
| 364 | + |
365 | 365 |
|
366 | 366 |
|
367 | 367 |
|
368 | 368 |
|
369 | 369 |
|
370 |
| - |
| 370 | + |
371 | 371 |
|
372 | 372 |
|
373 |
| - |
| 373 | + |
374 | 374 |
|
375 | 375 |
|
376 |
| - |
| 376 | + |
377 | 377 |
|
378 | 378 |
|
379 |
| - |
| 379 | + |
380 | 380 |
|
381 | 381 |
|
382 | 382 |
|
|
tutorials/intermediate/constrainedlayout_guide.py
Copy file name to clipboardExpand all lines: tutorials/intermediate/constrainedlayout_guide.py+15-15Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
135 |
| - |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 |
| - |
| 145 | + |
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
| ||
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
268 |
| - |
| 268 | + |
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
| 276 | + |
277 | 277 |
|
278 | 278 |
|
279 | 279 |
|
| ||
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
291 |
| - |
| 291 | + |
292 | 292 |
|
293 | 293 |
|
294 | 294 |
|
| ||
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
311 |
| - |
| 311 | + |
312 | 312 |
|
313 | 313 |
|
314 | 314 |
|
| ||
322 | 322 |
|
323 | 323 |
|
324 | 324 |
|
325 |
| - |
| 325 | + |
326 | 326 |
|
327 | 327 |
|
328 | 328 |
|
| ||
347 | 347 |
|
348 | 348 |
|
349 | 349 |
|
350 |
| - |
| 350 | + |
351 | 351 |
|
352 | 352 |
|
353 | 353 |
|
| ||
739 | 739 |
|
740 | 740 |
|
741 | 741 |
|
742 |
| - |
743 |
| - |
744 |
| - |
745 |
| - |
| 742 | + |
| 743 | + |
| 744 | + |
| 745 | + |
746 | 746 |
|
747 | 747 |
|
748 | 748 |
|
|
tutorials/text/text_intro.py
Copy file name to clipboardExpand all lines: tutorials/text/text_intro.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
332 |
| - |
333 |
| - |
| 332 | + |
334 | 333 |
|
335 | 334 |
|
336 | 335 |
|
|
0 commit comments