Skip to content

Commit 51b445c

Browse files
Final fixes to recipes for Sphinx Gallery proper rendering
1 parent f45b457 commit 51b445c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/recipes/plot_19_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# of the maxima, we loop through the season query mapping and do a
5656
# "T: mean" collapse setting the season as the grouping:
5757
cfp.gopen(
58-
rows=2, columns=1, bottom=0.1, top=0.85, file="recipe_19.png"
58+
rows=2, columns=1, bottom=0.1, top=0.85,
5959
)
6060
cfp.gpos(1)
6161
cfp.gset(xmin="1980-01-01", xmax="2022-12-01", ymin=304, ymax=312)

docs/source/recipes/plot_20_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# the data which can be positive or negative, i.e. has 0 as the 'middle'
7575
# value of significance, so should use a diverging colour map.
7676
cfp.mapset(resolution="10m")
77-
cfp.cscale("ncl_default", ncols=25)
77+
cfp.cscale("ncl_default", ncols=21)
7878

7979
# %%
8080
# 9. Now generate the final plot. Plot the current vectors, noting we had

0 commit comments

Comments
 (0)