Commit 401aa2f
File tree
Expand file treeCollapse file tree
27 files changed
+97
-99
lines changedFilter options
- examples
- images_contours_and_fields
- lines_bars_and_markers
- shapes_and_collections
- specialty_plots
- statistics
- subplots_axes_and_figures
- text_labels_and_annotations
- ticks_and_spines
- units
- tutorials
- intermediate
- introductory
- text
Expand file treeCollapse file tree
27 files changed
+97
-99
lines changedexamples/images_contours_and_fields/contourf_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/contourf_demo.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
examples/images_contours_and_fields/tripcolor_demo.py
Copy file name to clipboardExpand all lines: examples/images_contours_and_fields/tripcolor_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
|
examples/lines_bars_and_markers/filled_step.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/filled_step.py+10-9Lines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
25 | 23 |
|
26 | 24 |
|
27 | 25 |
|
| ||
41 | 39 |
|
42 | 40 |
|
43 | 41 |
|
| 42 | + |
| 43 | + |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| ||
103 | 104 |
|
104 | 105 |
|
105 | 106 |
|
106 |
| - |
107 |
| - |
| 107 | + |
| 108 | + |
108 | 109 |
|
109 |
| - |
110 |
| - |
| 110 | + |
| 111 | + |
111 | 112 |
|
112 | 113 |
|
113 | 114 |
|
| ||
116 | 117 |
|
117 | 118 |
|
118 | 119 |
|
119 |
| - |
120 |
| - |
121 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
122 | 123 |
|
123 | 124 |
|
124 | 125 |
|
|
examples/lines_bars_and_markers/gradient_bar.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/gradient_bar.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
examples/shapes_and_collections/collections.py
Copy file name to clipboardExpand all lines: examples/shapes_and_collections/collections.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
60 | 59 |
|
61 | 60 |
|
62 | 61 |
|
63 |
| - |
| 62 | + |
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
|
examples/specialty_plots/topographic_hillshading.py
Copy file name to clipboardExpand all lines: examples/specialty_plots/topographic_hillshading.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 |
| - |
| 16 | + |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
examples/statistics/boxplot.py
Copy file name to clipboardExpand all lines: examples/statistics/boxplot.py+9-10Lines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
examples/statistics/confidence_ellipse.py
Copy file name to clipboardExpand all lines: examples/statistics/confidence_ellipse.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
193 |
| - |
| 193 | + |
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 |
| - |
| 213 | + |
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
|
examples/statistics/customized_violin.py
Copy file name to clipboardExpand all lines: examples/statistics/customized_violin.py+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
|
examples/statistics/errorbars_and_boxes.py
Copy file name to clipboardExpand all lines: examples/statistics/errorbars_and_boxes.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
examples/statistics/hist.py
Copy file name to clipboardExpand all lines: examples/statistics/hist.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
examples/statistics/histogram_cumulative.py
Copy file name to clipboardExpand all lines: examples/statistics/histogram_cumulative.py+7-8Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
|
examples/subplots_axes_and_figures/secondary_axis.py
Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/secondary_axis.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
91 |
| - |
92 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
|
examples/text_labels_and_annotations/annotation_demo.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/annotation_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
|
examples/text_labels_and_annotations/fonts_demo.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/fonts_demo.py+1-1Lines changed: 1 addition & 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 | 11 |
|
|
examples/text_labels_and_annotations/fonts_demo_kw.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/fonts_demo_kw.py+4-4Lines changed: 4 additions & 4 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 |
|
|
examples/text_labels_and_annotations/titles_demo.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/titles_demo.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
| 41 | + |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
examples/ticks_and_spines/custom_ticker1.py
Copy file name to clipboardExpand all lines: examples/ticks_and_spines/custom_ticker1.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
examples/ticks_and_spines/date_concise_formatter.py
Copy file name to clipboardExpand all lines: examples/ticks_and_spines/date_concise_formatter.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 |
| - |
146 |
| - |
| 145 | + |
| 146 | + |
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
|
examples/units/basic_units.py
Copy file name to clipboardExpand all lines: examples/units/basic_units.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
83 |
| - |
| 82 | + |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
|
tutorials/intermediate/constrainedlayout_guide.py
Copy file name to clipboardExpand all lines: tutorials/intermediate/constrainedlayout_guide.py+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
| ||
112 | 113 |
|
113 | 114 |
|
114 | 115 |
|
115 |
| - |
| 116 | + |
116 | 117 |
|
117 | 118 |
|
118 | 119 |
|
|
tutorials/intermediate/imshow_extent.py
Copy file name to clipboardExpand all lines: tutorials/intermediate/imshow_extent.py+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
0 commit comments