Skip to content

Commit d79fea3

Browse files
Standardise data path & simplify title for NH original recipe 16
1 parent 67d253b commit d79fea3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/recipes/plot_16_recipe.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
Plotting contour subplots with different projections
33
====================================================
44
5-
In this recipe, we will plot different projections for the same
6-
data to illustrate visually the ones available in order to more
7-
visually decide which is suitable.
5+
In this recipe, we will plot the same data using different projections
6+
as subplots to illustrate visually some available possibilities.
87
98
"""
109

@@ -17,8 +16,7 @@
1716

1817
# %%
1918
# 2. Read the field in:
20-
PATH = "~/git-repos/cf-plot/cfplot/test/cfplot_data"
21-
f = cf.read(f"{PATH}/ggap.nc")[0]
19+
f = cf.read("~/recipes/ggap.nc")[0]
2220

2321
# %%
2422
# 3. Create the file with subplots. If changing the number of subplots,

0 commit comments

Comments
 (0)