Skip to content

Commit

Permalink
Standardise data path & simplify title for NH original recipe 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Oct 3, 2024
1 parent 67d253b commit d79fea3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/recipes/plot_16_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
Plotting contour subplots with different projections
====================================================
In this recipe, we will plot different projections for the same
data to illustrate visually the ones available in order to more
visually decide which is suitable.
In this recipe, we will plot the same data using different projections
as subplots to illustrate visually some available possibilities.
"""

Expand All @@ -17,8 +16,7 @@

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

# %%
# 3. Create the file with subplots. If changing the number of subplots,
Expand Down

0 comments on commit d79fea3

Please sign in to comment.