Commit 618588d
File tree
Expand file treeCollapse file tree
6 files changed
+30
-40
lines changedFilter options
- examples
- color
- images_contours_and_fields
- lines_bars_and_markers
- subplots_axes_and_figures
- text_labels_and_annotations
Expand file treeCollapse file tree
6 files changed
+30
-40
lines changedexamples/color/color_cycler.py
Copy file name to clipboardExpand all lines: examples/color/color_cycler.py+1-3Lines changed: 1 addition & 3 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 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 | 44 |
|
47 | 45 |
|
48 | 46 |
|
|
examples/images_contours_and_fields/contourf_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/contourf_demo.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
| 98 | + |
100 | 99 |
|
101 | 100 |
|
102 | 101 |
|
103 |
| - |
| 102 | + |
104 | 103 |
|
105 | 104 |
|
106 | 105 |
|
|
examples/images_contours_and_fields/image_nonuniform.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/image_nonuniform.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
|
examples/lines_bars_and_markers/psd_demo.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/psd_demo.py+11-11Lines changed: 11 additions & 11 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 | 19 |
|
19 |
| - |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
64 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
65 | 65 |
|
| 66 | + |
| 67 | + |
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 |
| - |
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
77 |
| - |
| 79 | + |
78 | 80 |
|
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
84 | 86 |
|
85 |
| - |
| 87 | + |
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
| ||
106 | 108 |
|
107 | 109 |
|
108 | 110 |
|
109 |
| - |
| 111 | + |
110 | 112 |
|
111 |
| - |
112 | 113 |
|
113 | 114 |
|
114 | 115 |
|
| ||
147 | 148 |
|
148 | 149 |
|
149 | 150 |
|
150 |
| - |
| 151 | + |
151 | 152 |
|
152 |
| - |
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
|
examples/subplots_axes_and_figures/figure_title.py
Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/figure_title.py+11-14Lines changed: 11 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
37 | 34 |
|
38 | 35 |
|
examples/text_labels_and_annotations/legend_demo.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/legend_demo.py+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 | 84 |
|
86 | 85 |
|
87 | 86 |
|
88 | 87 |
|
89 | 88 |
|
90 |
| - |
| 89 | + |
91 | 90 |
|
92 | 91 |
|
93 | 92 |
|
| ||
114 | 113 |
|
115 | 114 |
|
116 | 115 |
|
117 |
| - |
118 | 116 |
|
119 | 117 |
|
120 | 118 |
|
| ||
172 | 170 |
|
173 | 171 |
|
174 | 172 |
|
175 |
| - |
176 | 173 |
|
177 | 174 |
|
178 | 175 |
|
|
0 commit comments