|
147 | 147 | "source": [ |
148 | 148 | "(\n", |
149 | 149 | " ux.Grid.from_healpix(zoom=2).plot(\n", |
150 | | - " periodic_elements=\"split\",\n", |
151 | | - " projection=ccrs.Orthographic(),\n", |
152 | | - " title=\"zoom=2\",\n", |
153 | | - " backend=\"matplotlib\",\n", |
| 150 | + " periodic_elements=\"split\", projection=ccrs.Orthographic(), title=\"zoom=2\"\n", |
154 | 151 | " )\n", |
155 | 152 | " + ux.Grid.from_healpix(zoom=3).plot(\n", |
156 | | - " periodic_elements=\"split\",\n", |
157 | | - " projection=ccrs.Orthographic(),\n", |
158 | | - " title=\"zoom=3\",\n", |
159 | | - " backend=\"matplotlib\",\n", |
| 153 | + " periodic_elements=\"split\", projection=ccrs.Orthographic(), title=\"zoom=3\"\n", |
160 | 154 | " )\n", |
161 | 155 | " + ux.Grid.from_healpix(zoom=4).plot(\n", |
162 | | - " periodic_elements=\"split\",\n", |
163 | | - " projection=ccrs.Orthographic(),\n", |
164 | | - " title=\"zoom=4\",\n", |
165 | | - " backend=\"matplotlib\",\n", |
| 156 | + " periodic_elements=\"split\", projection=ccrs.Orthographic(), title=\"zoom=4\"\n", |
166 | 157 | " )\n", |
167 | 158 | ").cols(1)" |
168 | 159 | ] |
|
448 | 439 | } |
449 | 440 | ], |
450 | 441 | "metadata": { |
451 | | - "kernelspec": { |
452 | | - "display_name": "Python 3", |
453 | | - "language": "python", |
454 | | - "name": "python3" |
455 | | - }, |
456 | 442 | "language_info": { |
457 | | - "codemirror_mode": { |
458 | | - "name": "ipython", |
459 | | - "version": 3 |
460 | | - }, |
461 | | - "file_extension": ".py", |
462 | | - "mimetype": "text/x-python", |
463 | | - "name": "python", |
464 | | - "nbconvert_exporter": "python", |
465 | | - "pygments_lexer": "ipython3", |
466 | | - "version": "3.14.4" |
| 443 | + "name": "python" |
467 | 444 | } |
468 | 445 | }, |
469 | 446 | "nbformat": 4, |
|
0 commit comments