|
149 | 149 | " ux.Grid.from_healpix(zoom=2).plot(\n", |
150 | 150 | " periodic_elements=\"split\",\n", |
151 | 151 | " projection=ccrs.Orthographic(),\n", |
152 | | - " title=\"zoom=2\",\n", |
153 | | - " backend=\"matplotlib\",\n", |
| 152 | + " title=\"zoom=2\"\n", |
154 | 153 | " )\n", |
155 | 154 | " + ux.Grid.from_healpix(zoom=3).plot(\n", |
156 | 155 | " periodic_elements=\"split\",\n", |
157 | 156 | " projection=ccrs.Orthographic(),\n", |
158 | | - " title=\"zoom=3\",\n", |
159 | | - " backend=\"matplotlib\",\n", |
| 157 | + " title=\"zoom=3\"\n", |
160 | 158 | " )\n", |
161 | 159 | " + ux.Grid.from_healpix(zoom=4).plot(\n", |
162 | 160 | " periodic_elements=\"split\",\n", |
163 | 161 | " projection=ccrs.Orthographic(),\n", |
164 | | - " title=\"zoom=4\",\n", |
165 | | - " backend=\"matplotlib\",\n", |
| 162 | + " title=\"zoom=4\"\n", |
166 | 163 | " )\n", |
167 | 164 | ").cols(1)" |
168 | 165 | ] |
|
448 | 445 | } |
449 | 446 | ], |
450 | 447 | "metadata": { |
451 | | - "kernelspec": { |
452 | | - "display_name": "Python 3", |
453 | | - "language": "python", |
454 | | - "name": "python3" |
455 | | - }, |
456 | 448 | "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" |
| 449 | + "name": "python" |
467 | 450 | } |
468 | 451 | }, |
469 | 452 | "nbformat": 4, |
|
0 commit comments