Skip to content

Commit 866e367

Browse files
committed
update markdown, update toc
1 parent f3bbb21 commit 866e367

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ parts:
2323
- file: notebooks/03-plotting-with-uxarray/grid-viz
2424
- file: notebooks/03-plotting-with-uxarray/data-viz
2525
- file: notebooks/03-plotting-with-uxarray/geo
26-
- file: notebooks/03-plotting-with-uxarray/compare-xarray
2726
- file: notebooks/03-plotting-with-uxarray/customization
2827
- file: notebooks/03-plotting-with-uxarray/high-res
28+
# - file: notebooks/03-plotting-with-uxarray/compare-xarray
2929

3030
- caption: Visualization Recipies
3131
chapters:

notebooks/03-plotting-with-uxarray/data-viz.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
"* Point plotting techniques (vector & raster)\n",
2020
"* Handling periodic elements for 2D visualization\n",
2121
"\n",
22-
"### Related Documentation \n",
23-
"\n",
24-
"* [UXarray Plotting User Guide](https://uxarray.readthedocs.io/en/latest/user-guide/plotting.html)\n",
2522
"\n",
2623
"**Time to learn**: 15 minutes\n",
2724
"\n",
@@ -37,11 +34,11 @@
3734
"## Introduction\n",
3835
"\n",
3936
"\n",
40-
"## Building on Grid Visualization\n",
37+
"### Building on Grid Visualization\n",
4138
"\n",
4239
"Our exploration of unstructured grid visualization continues from the [previous section](grid-viz), where we examined geometric visualization using the `Grid` class. We now advance to the next critical aspect: visualizing data variables mapped to unstructured grid elements.\n",
4340
"\n",
44-
"## Understanding Data Element Mapping\n",
41+
"### Understanding Data Element Mapping\n",
4542
"\n",
4643
"The visualization approach for unstructured grid data depends fundamentally on how data variables map to specific grid elements. Each variable may correspond to nodes, edges, or faces, and this mapping determines the most effective visualization strategy. This relationship between data and grid elements forms the foundation for selecting appropriate visualization techniques that accurately represent your data's spatial distribution and relationships."
4744
],

notebooks/03-plotting-with-uxarray/grid-viz.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"\n",
113113
"### Corner Nodes\n",
114114
"\n",
115-
"Corner nodes define the fundamental geometry of each grid element through their latitude and longitude coordinates, which are stored in the `Grid.node_lat` and `Grid.node_lon` variables respectively. \n",
115+
"Corner nodes define the fundamental geometry of each grid element through their latitude and longitude coordinates, which are stored in the `Grid.node_lat` and `Grid.node_lon` variables. \n",
116116
"\n"
117117
],
118118
"id": "bb28fe23ce8bac55"
@@ -133,7 +133,7 @@
133133
"source": [
134134
"### Face Centers\n",
135135
"\n",
136-
"Face centers represent the geometric centroid of each grid element, with their latitude and longitude coordinates stored in the `Grid.face_lat` and `Grid.face_lon` variables respectively. "
136+
"Face centers represent the geometric centroid of each grid element, with their latitude and longitude coordinates stored in the `Grid.face_lat` and `Grid.face_lon` variables."
137137
],
138138
"id": "366153db5c1e1f4f"
139139
},

0 commit comments

Comments
 (0)