We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d253b commit d79fea3Copy full SHA for d79fea3
docs/source/recipes/plot_16_recipe.py
@@ -2,9 +2,8 @@
2
Plotting contour subplots with different projections
3
====================================================
4
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.
+In this recipe, we will plot the same data using different projections
+as subplots to illustrate visually some available possibilities.
8
9
"""
10
@@ -17,8 +16,7 @@
17
16
18
# %%
19
# 2. Read the field in:
20
-PATH = "~/git-repos/cf-plot/cfplot/test/cfplot_data"
21
-f = cf.read(f"{PATH}/ggap.nc")[0]
+f = cf.read("~/recipes/ggap.nc")[0]
22
23
24
# 3. Create the file with subplots. If changing the number of subplots,
0 commit comments