Commit b072e05
File tree
Expand file treeCollapse file tree
68 files changed
+614
-523
lines changedFilter options
- examples
- color
- event_handling
- images_contours_and_fields
- lines_bars_and_markers
- misc
- mplot3d
- pie_and_polar_charts
- lib/matplotlib/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
68 files changed
+614
-523
lines changedexamples/color/color_cycle_demo.py
Copy file name to clipboardExpand all lines: examples/color/color_cycle_demo.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
examples/color/colormaps_reference.py
Copy file name to clipboardExpand all lines: examples/color/colormaps_reference.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
| 62 | + |
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
|
examples/event_handling/close_event.py
Copy file name to clipboardExpand all lines: examples/event_handling/close_event.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
|
examples/event_handling/data_browser.py
Copy file name to clipboardExpand all lines: examples/event_handling/data_browser.py+28-23Lines changed: 28 additions & 23 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
24 | 28 |
|
25 | 29 |
|
26 |
| - |
| 30 | + |
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
| 35 | + |
| 36 | + |
35 | 37 |
|
36 |
| - |
37 |
| - |
38 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
39 | 41 |
|
| 42 | + |
| 43 | + |
| 44 | + |
40 | 45 |
|
41 |
| - |
42 |
| - |
43 |
| - |
| 46 | + |
| 47 | + |
| 48 | + |
44 | 49 |
|
45 |
| - |
46 |
| - |
| 50 | + |
| 51 | + |
47 | 52 |
|
48 | 53 |
|
49 |
| - |
| 54 | + |
| 55 | + |
50 | 56 |
|
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
55 | 61 |
|
56 |
| - |
57 |
| - |
| 62 | + |
| 63 | + |
58 | 64 |
|
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
62 |
| - |
| 68 | + |
63 | 69 |
|
64 | 70 |
|
65 | 71 |
|
| ||
80 | 86 |
|
81 | 87 |
|
82 | 88 |
|
83 |
| - |
|
examples/event_handling/figure_axes_enter_leave.py
Copy file name to clipboardExpand all lines: examples/event_handling/figure_axes_enter_leave.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| 14 | + |
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
| 26 | + |
23 | 27 |
|
24 | 28 |
|
25 | 29 |
|
| ||
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
45 |
| - |
46 |
| - |
|
examples/event_handling/idle_and_timeout.py
Copy file name to clipboardExpand all lines: examples/event_handling/idle_and_timeout.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
19 | 21 |
|
20 |
| - |
| 22 | + |
21 | 23 |
|
22 |
| - |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 |
| - |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
| ||
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 |
| - |
35 |
| - |
examples/event_handling/keypress_demo.py
Copy file name to clipboardExpand all lines: examples/event_handling/keypress_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
examples/event_handling/lasso_demo.py
Copy file name to clipboardExpand all lines: examples/event_handling/lasso_demo.py+13-6Lines changed: 13 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
25 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
| ||
61 | 65 |
|
62 | 66 |
|
63 | 67 |
|
64 |
| - |
65 |
| - |
66 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
67 | 74 |
|
68 | 75 |
|
69 | 76 |
|
70 | 77 |
|
71 | 78 |
|
72 | 79 |
|
73 | 80 |
|
74 |
| - |
| 81 | + |
75 | 82 |
|
76 | 83 |
|
77 | 84 |
|
examples/event_handling/looking_glass.py
Copy file name to clipboardExpand all lines: examples/event_handling/looking_glass.py+31-30Lines changed: 31 additions & 30 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 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
0 commit comments