|
115 | 115 | "metadata": {}, |
116 | 116 | "outputs": [], |
117 | 117 | "source": [ |
118 | | - "ag3.sample_location_mapbox(\n", |
| 118 | + "ag3.plot_sample_location_mapbox(\n", |
119 | 119 | " color='country',\n", |
120 | 120 | " sample_sets=[\"3.0\"],\n", |
121 | 121 | " sample_query=\"year > 2012\",\n", |
|
129 | 129 | "metadata": {}, |
130 | 130 | "outputs": [], |
131 | 131 | "source": [ |
132 | | - "ag3.sample_location_geo(\n", |
| 132 | + "ag3.plot_sample_location_geo(\n", |
133 | 133 | " color='country',\n", |
134 | 134 | " sample_sets=[\"3.0\"],\n", |
135 | 135 | " sample_query=\"year > 2012\",\n", |
|
195 | 195 | "metadata": {}, |
196 | 196 | "outputs": [], |
197 | 197 | "source": [ |
198 | | - "af1.sample_location_mapbox(\n", |
| 198 | + "af1.plot_sample_location_mapbox(\n", |
199 | 199 | " color='country',\n", |
200 | 200 | " sample_sets=[\"1.0\"],\n", |
201 | 201 | " sample_query=\"year > 2015\",\n", |
|
209 | 209 | "metadata": {}, |
210 | 210 | "outputs": [], |
211 | 211 | "source": [ |
212 | | - "af1.sample_location_geo(\n", |
| 212 | + "af1.plot_sample_location_geo(\n", |
213 | 213 | " color='country',\n", |
214 | 214 | " sample_sets=[\"1.0\"],\n", |
215 | 215 | " sample_query=\"year > 2015\",\n", |
|
240 | 240 | "metadata": {}, |
241 | 241 | "outputs": [], |
242 | 242 | "source": [ |
243 | | - "help(af1.sample_location_mapbox)" |
| 243 | + "help(af1.plot_sample_location_mapbox)" |
244 | 244 | ] |
245 | 245 | }, |
246 | 246 | { |
|
249 | 249 | "metadata": {}, |
250 | 250 | "outputs": [], |
251 | 251 | "source": [ |
252 | | - "help(af1.sample_location_geo)" |
| 252 | + "help(af1.plot_sample_location_geo)" |
253 | 253 | ] |
254 | 254 | }, |
255 | 255 | { |
|
0 commit comments