Skip to content

Commit 8c717a7

Browse files
Standardise data IO paths for NH original recipe 16
1 parent 1259c9a commit 8c717a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/source/recipes/plot_17_recipe.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

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

2423
# %%
2524
# 3. Choose a set of predefined colour scales to view. These can be chosen
@@ -68,7 +67,7 @@
6867
# %%
6968
# 5. Create the figure and give it an overall title. Ensure the
7069
# number of rows * number of columns = number of colour scales:
71-
cfp.gopen(rows=3, columns=3, bottom=0.1, top=0.85, file="colour_scales.png")
70+
cfp.gopen(rows=3, columns=3, bottom=0.1, top=0.85)
7271
plt.suptitle(
7372
(
7473
"Air temperature (K) at 850 mbar pressure shown in different "

0 commit comments

Comments
 (0)