|
147 | 147 | "source": [ |
148 | 148 | "(\n", |
149 | 149 | " ux.Grid.from_healpix(zoom=2).plot(\n", |
150 | | - " periodic_elements=\"split\", projection=ccrs.Orthographic(), title=\"zoom=2\"\n", |
| 150 | + " periodic_elements=\"split\",\n", |
| 151 | + " projection=ccrs.Orthographic(),\n", |
| 152 | + " title=\"zoom=2\",\n", |
| 153 | + " backend=\"matplotlib\",\n", |
151 | 154 | " )\n", |
152 | 155 | " + ux.Grid.from_healpix(zoom=3).plot(\n", |
153 | | - " periodic_elements=\"split\", projection=ccrs.Orthographic(), title=\"zoom=3\"\n", |
| 156 | + " periodic_elements=\"split\",\n", |
| 157 | + " projection=ccrs.Orthographic(),\n", |
| 158 | + " title=\"zoom=3\",\n", |
| 159 | + " backend=\"matplotlib\",\n", |
154 | 160 | " )\n", |
155 | 161 | " + ux.Grid.from_healpix(zoom=4).plot(\n", |
156 | | - " periodic_elements=\"split\", projection=ccrs.Orthographic(), title=\"zoom=4\"\n", |
| 162 | + " periodic_elements=\"split\",\n", |
| 163 | + " projection=ccrs.Orthographic(),\n", |
| 164 | + " title=\"zoom=4\",\n", |
| 165 | + " backend=\"matplotlib\",\n", |
157 | 166 | " )\n", |
158 | 167 | ").cols(1)" |
159 | 168 | ] |
|
0 commit comments