Commit 1e1429a
File tree
Expand file treeCollapse file tree
39 files changed
+205
-241
lines changedFilter options
- examples
- axes_grid1
- event_handling
- lines_bars_and_markers
- misc
- pie_and_polar_charts
- pyplots
- recipes
- shapes_and_collections
- subplots_axes_and_figures
- text_labels_and_annotations
- units
- user_interfaces
- widgets
- lib/matplotlib/tests
Expand file treeCollapse file tree
39 files changed
+205
-241
lines changedexamples/axes_grid1/demo_colorbar_with_axes_divider.py
Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_colorbar_with_axes_divider.py+3-7Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 |
| - |
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 |
| - |
| 12 | + |
14 | 13 |
|
15 | 14 |
|
16 |
| - |
17 | 15 |
|
18 |
| - |
19 | 16 |
|
20 | 17 |
|
21 | 18 |
|
22 | 19 |
|
23 |
| - |
24 | 20 |
|
25 |
| - |
26 | 21 |
|
27 | 22 |
|
28 | 23 |
|
29 | 24 |
|
| 25 | + |
30 | 26 |
|
examples/event_handling/lasso_demo.py
Copy file name to clipboardExpand all lines: examples/event_handling/lasso_demo.py+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 | 13 |
|
17 |
| - |
18 |
| - |
19 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
| ||
77 | 75 |
|
78 | 76 |
|
79 | 77 |
|
| 78 | + |
80 | 79 |
|
81 | 80 |
|
82 |
| - |
| 81 | + |
| 82 | + |
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
|
examples/event_handling/pick_event_demo2.py
Copy file name to clipboardExpand all lines: examples/event_handling/pick_event_demo2.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 32 | + |
| 33 | + |
35 | 34 |
|
36 |
| - |
| 35 | + |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
|
examples/event_handling/zoom_window.py
Copy file name to clipboardExpand all lines: examples/event_handling/zoom_window.py+16-16Lines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
12 | 12 |
|
13 |
| - |
14 |
| - |
| 13 | + |
| 14 | + |
15 | 15 |
|
16 |
| - |
| 16 | + |
| 17 | + |
17 | 18 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 |
| - |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
examples/lines_bars_and_markers/eventplot_demo.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/eventplot_demo.py+9-14Lines changed: 9 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
| 38 | + |
| 39 | + |
42 | 40 |
|
43 | 41 |
|
44 |
| - |
45 |
| - |
46 |
| - |
| 42 | + |
| 43 | + |
47 | 44 |
|
48 | 45 |
|
49 | 46 |
|
| ||
57 | 54 |
|
58 | 55 |
|
59 | 56 |
|
60 |
| - |
61 |
| - |
62 |
| - |
| 57 | + |
| 58 | + |
63 | 59 |
|
64 | 60 |
|
65 | 61 |
|
66 |
| - |
67 |
| - |
68 |
| - |
| 62 | + |
| 63 | + |
69 | 64 |
|
70 | 65 |
|
examples/lines_bars_and_markers/gradient_bar.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/gradient_bar.py+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 |
| - |
21 |
| - |
22 | 21 |
|
23 | 22 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 | 23 |
|
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 |
| - |
| 32 | + |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
examples/lines_bars_and_markers/interp_demo.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/interp_demo.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
examples/lines_bars_and_markers/simple_plot.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/simple_plot.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
16 |
| - |
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
examples/misc/pythonic_matplotlib.py
Copy file name to clipboardExpand all lines: examples/misc/pythonic_matplotlib.py+7-12Lines changed: 7 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| ||
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
| 57 | + |
| 58 | + |
58 | 59 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
| 60 | + |
63 | 61 |
|
64 |
| - |
| 62 | + |
65 | 63 |
|
66 |
| - |
67 |
| - |
| 64 | + |
68 | 65 |
|
69 | 66 |
|
70 | 67 |
|
71 | 68 |
|
72 | 69 |
|
73 | 70 |
|
74 | 71 |
|
75 |
| - |
76 |
| - |
77 |
| - |
| 72 | + |
78 | 73 |
|
79 | 74 |
|
80 | 75 |
|
81 | 76 |
|
82 | 77 |
|
83 | 78 |
|
84 |
| - |
| 79 | + |
examples/pie_and_polar_charts/polar_legend.py
Copy file name to clipboardExpand all lines: examples/pie_and_polar_charts/polar_legend.py+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
8 | 10 |
|
9 |
| - |
10 | 11 |
|
11 | 12 |
|
12 |
| - |
13 |
| - |
14 |
| - |
| 13 | + |
| 14 | + |
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 |
| - |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
examples/pyplots/align_ylabels.py
Copy file name to clipboardExpand all lines: examples/pyplots/align_ylabels.py+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 |
| - |
| 22 | + |
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
28 | 26 |
|
29 | 27 |
|
30 |
| - |
31 | 28 |
|
32 | 29 |
|
33 | 30 |
|
34 | 31 |
|
35 | 32 |
|
36 | 33 |
|
37 |
| - |
38 | 34 |
|
39 | 35 |
|
40 | 36 |
|
41 | 37 |
|
42 |
| - |
43 | 38 |
|
examples/pyplots/dollar_ticks.py
Copy file name to clipboardExpand all lines: examples/pyplots/dollar_ticks.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
examples/recipes/common_date_problems.py
Copy file name to clipboardExpand all lines: examples/recipes/common_date_problems.py+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
59 |
| - |
60 |
| - |
| 58 | + |
| 59 | + |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
| 92 | + |
examples/recipes/create_subplots.py
Copy file name to clipboardExpand all lines: examples/recipes/create_subplots.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| 40 | + |
| 41 | + |
examples/recipes/fill_between_alpha.py
Copy file name to clipboardExpand all lines: examples/recipes/fill_between_alpha.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
| 137 | + |
| 138 | + |
0 commit comments