Skip to content

Commit

Permalink
deploy: 14f5059
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Apr 5, 2024
1 parent 416c55f commit 1b23460
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 240 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"metadata": {},
"outputs": [],
"source": [
"fig, axs = plt.subplots(ncols=2, figsize=(10, 2.5))\n",
"fig, axs = plt.subplots(ncols=2, figsize=(20, 5))\n",
"\n",
"xrds[\"psi\"].plot(cmap=\"inferno\", ax=axs[0])\n",
"xrds[\"psi\"].plot(cmap=\"cividis\", ax=axs[1])"
Expand All @@ -155,7 +155,7 @@
"execution_count": null,
"outputs": [],
"source": [
"uxds[\"psi\"].plot(width=600, height=300, cmap=\"inferno\")"
"uxds[\"psi\"].plot(width=1000, height=500, cmap=\"inferno\")"
],
"metadata": {
"collapsed": false
Expand All @@ -177,7 +177,7 @@
"execution_count": null,
"outputs": [],
"source": [
"uxds[\"psi\"].plot(aspect=2, fig_inches=12, cmap=\"inferno\", backend=\"matplotlib\")"
"uxds[\"psi\"].plot(aspect=2, fig_inches=14, cmap=\"inferno\", backend=\"matplotlib\")"
],
"metadata": {
"collapsed": false
Expand All @@ -198,12 +198,8 @@
"outputs": [],
"source": [
"(\n",
" uxds[\"psi\"].plot(\n",
" aspect=2, fig_size=300, cmap=\"inferno\", backend=\"matplotlib\", linewidth=0\n",
" )\n",
" + uxds[\"psi\"].plot(\n",
" aspect=2, fig_size=300, cmap=\"cividis\", backend=\"matplotlib\", linewidth=0\n",
" )\n",
" uxds[\"psi\"].plot(aspect=2, cmap=\"inferno\", backend=\"matplotlib\", linewidth=0)\n",
" + uxds[\"psi\"].plot(aspect=2, cmap=\"cividis\", backend=\"matplotlib\", linewidth=0)\n",
")"
]
},
Expand Down Expand Up @@ -251,9 +247,7 @@
"source": [
"(\n",
" xrds.hvplot(aspect=2, cmap=\"inferno\", title=\"Xarray with hvPlot\")\n",
" + uxds[\"psi\"].plot(\n",
" aspect=2, cmap=\"inferno\", backend=\"matplotlib\", title=\"UXarray Plot\"\n",
" )\n",
" + uxds[\"psi\"].plot(aspect=2, cmap=\"inferno\", backend=\"bokeh\", title=\"UXarray Plot\")\n",
").opts(width=500, height=250)"
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ <h2>Structured Grids<a class="headerlink" href="#structured-grids" title="Link t
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
<img alt="../../_images/b82714c483d4b6d1367775b36233ecf932fb46cab62991259be70540fe3cc29e.png" src="../../_images/b82714c483d4b6d1367775b36233ecf932fb46cab62991259be70540fe3cc29e.png" />
<img alt="../../_images/ed6159453879ac2efab189f17b62b896487b3ebed2f27cadbb86a922833ae0d6.png" src="../../_images/ed6159453879ac2efab189f17b62b896487b3ebed2f27cadbb86a922833ae0d6.png" />
</div>
</div>
</section>
Expand Down
16 changes: 8 additions & 8 deletions _preview/11/notebooks/01-intro/02-data-structures.html

Large diffs are not rendered by default.

201 changes: 103 additions & 98 deletions _preview/11/notebooks/03-uxarray-vis/002-xarray-to-uxarray.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions _preview/11/notebooks/03-uxarray-vis/01-plot-api.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions _preview/11/notebooks/03-uxarray-vis/02-grid-topology.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions _preview/11/notebooks/03-uxarray-vis/03-polygons.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions _preview/11/notebooks/03-uxarray-vis/04-points.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _preview/11/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1b23460

Please sign in to comment.