Skip to content

Commit

Permalink
try rendered high-res notebook (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jan 6, 2025
1 parent a5b0d39 commit 03790f3
Show file tree
Hide file tree
Showing 5 changed files with 6,675 additions and 185 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ execute:
timeout: 600
exclude_patterns:
- "notebooks/03-plotting-with-uxarray/high-res.ipynb"
- "notebooks/04-recipies/mpas-atmo.ipynb"
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

# Add a few extensions to help with parsing content
Expand Down
3 changes: 2 additions & 1 deletion notebooks/03-plotting-with-uxarray/data-viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"### In this tutorial, you'll learn about:\n",
"\n",
"* Plotting data variables that reside on unstructured grid elements (nodes, edges, faces)\n",
"* Plotting data as polygons and points\n",
"\n",
"### Related Documentation \n",
"\n",
Expand All @@ -38,7 +39,7 @@
"source": [
"## Introduction\n",
"\n",
"The previous section showcased how to visualize the geometry of unstructured grids using the `Grid` class. In this section, we will now visualize data variables that reside on unstructured elements\n",
"The previous section showcased how to visualize the geometry of unstructured grids using the `Grid` class. In this section, we will now visualize data variables that reside on unstructured elements.\n",
"\n",
"### Data Mapping\n",
"\n",
Expand Down
Loading

0 comments on commit 03790f3

Please sign in to comment.