Skip to content

Commit 07e4ed3

Browse files
authored
Split up plotting notebooks (xarray-contrib#90)
* Split up plotting notebooks Closes xarray-contrib#89 * Update link
1 parent 2f11196 commit 07e4ed3

File tree

7 files changed

+951
-829
lines changed

7 files changed

+951
-829
lines changed

_toc.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ parts:
1717
- file: fundamentals/03.1_computation_with_xarray
1818
sections:
1919
- file: fundamentals/03.2_groupby_with_xarray
20-
- file: fundamentals/04_plotting_and_visualization
20+
- file: fundamentals/04.0_plotting.md
21+
sections:
22+
- file: fundamentals/04.1_basic_plotting
23+
- file: fundamentals/04.2_faceting
24+
- file: fundamentals/04.3_geographic_plotting
2125

2226
- caption: Intermediate
2327
chapters:
2428
- file: intermediate/01-high-level-computation-patterns
2529
- file: intermediate/xarray_and_dask
30+
- file: intermediate/hvplot
2631

2732
- caption: Advanced
2833
chapters:
@@ -58,7 +63,7 @@ parts:
5863
title: Computation
5964
- url: https://tutorial.xarray.dev/fundamentals/03.2_groupby_with_xarray
6065
title: Groupby
61-
- url: https://tutorial.xarray.dev/fundamentals/04_plotting_and_visualization.html
66+
- url: https://tutorial.xarray.dev/fundamentals/04.0_plotting.html
6267
title: Plotting and Visualization
6368
- file: workshops/scipy2022/xarray_ecosystem
6469
- url: https://tutorial.xarray.dev/fundamentals/06_xarray_and_dask

fundamentals/04.0_plotting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Plotting and Visualization

0 commit comments

Comments
 (0)