Commit 753dfa7
File tree
Expand file treeCollapse file tree
23 files changed
+44
-62
lines changedFilter options
- doc/users/prev_whats_new
- examples
- animation
- color
- images_contours_and_fields
- lines_bars_and_markers
- pylab_examples
- subplots_axes_and_figures
- tutorials/01_introductory
Expand file treeCollapse file tree
23 files changed
+44
-62
lines changeddoc/users/prev_whats_new/whats_new_1.0.rst
Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_1.0.rst+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
151 |
| - |
152 |
| - |
doc/users/prev_whats_new/whats_new_1.5.rst
Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_1.5.rst+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
314 | 314 |
|
315 | 315 |
|
316 | 316 |
|
317 |
| - |
318 |
| - |
| 317 | + |
| 318 | + |
319 | 319 |
|
320 | 320 |
|
321 | 321 |
|
| ||
744 | 744 |
|
745 | 745 |
|
746 | 746 |
|
747 |
| - |
748 |
| - |
749 |
| - |
examples/pylab_examples/animation_demo.py renamed to examples/animation/animation_demo.py
Copy file name to clipboardFile renamed without changes.
examples/pylab_examples/color_by_yvalue.py renamed to examples/color/color_by_yvalue.py
Copy file name to clipboard+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
| 23 | + |
23 | 24 |
|
examples/pylab_examples/color_demo.py renamed to examples/color/color_demo.py
Copy file name to clipboardExpand all lines: examples/color/color_demo.py+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
27 | 25 |
|
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
33 | 34 |
|
examples/pylab_examples/colours_sgskip.py renamed to examples/color/colors_sgskip.py
Copy file name to clipboardFile renamed without changes.
examples/pylab_examples/contour_corner_mask.py renamed to examples/images_contours_and_fields/contour_corner_mask.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/contour_corner_mask.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
examples/pylab_examples/broken_barh.py renamed to examples/lines_bars_and_markers/broken_barh.py
Copy file name to clipboardFile renamed without changes.
examples/pylab_examples/scatter_custom_symbol.py renamed to examples/lines_bars_and_markers/scatter_custom_symbol.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_custom_symbol.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
| 8 | + |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
14 |
| - |
15 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
16 | 15 |
|
17 |
| - |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
|
examples/pylab_examples/scatter_demo2.py renamed to examples/lines_bars_and_markers/scatter_demo2.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_demo2.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
examples/pylab_examples/scatter_hist.py renamed to examples/lines_bars_and_markers/scatter_hist.py
Copy file name to clipboardFile renamed without changes.
examples/pylab_examples/scatter_masked.py renamed to examples/lines_bars_and_markers/scatter_masked.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_masked.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
18 |
| - |
| 16 | + |
| 17 | + |
| 18 | + |
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
examples/pylab_examples/scatter_profile.py renamed to examples/lines_bars_and_markers/scatter_profile.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_profile.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
examples/pylab_examples/scatter_star_poly.py renamed to examples/lines_bars_and_markers/scatter_star_poly.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_star_poly.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
examples/pylab_examples/scatter_symbol.py renamed to examples/lines_bars_and_markers/scatter_symbol.py
Copy file name to clipboardFile renamed without changes.
examples/pylab_examples/README
Copy file name to clipboardExpand all lines: examples/pylab_examples/README-13Lines changed: 0 additions & 13 deletions
This file was deleted.
examples/pylab_examples/barb_demo.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/barb_demo.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| ||
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 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
| 43 | + |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
|
examples/pylab_examples/subplot_demo.py renamed to examples/subplots_axes_and_figures/subplot_demo.py
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
File renamed without changes.
examples/pylab_examples/subplots_demo.py renamed to examples/subplots_axes_and_figures/subplots_demo.py
Copy file name to clipboardFile renamed without changes.
tutorials/01_introductory/pyplot.py
Copy file name to clipboardExpand all lines: tutorials/01_introductory/pyplot.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
278 | 278 |
|
279 | 279 |
|
280 | 280 |
|
281 |
| - |
| 281 | + |
282 | 282 |
|
283 | 283 |
|
284 | 284 |
|
|
tutorials/01_introductory/sample_plots.py
Copy file name to clipboardExpand all lines: tutorials/01_introductory/sample_plots.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
197 |
| - |
198 |
| - |
| 197 | + |
| 198 | + |
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
|
0 commit comments