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 8992b1b commit 7e72653Copy full SHA for 7e72653
docs/source/recipes/plot_17_recipe.py
@@ -80,7 +80,7 @@
80
)
81
for i, colour_scale in enumerate(colour_scales_columns):
82
cfp.gpos(i + 1)
83
- cfp.cscale(colour_scale, ncols=11)
+ cfp.cscale(colour_scale, ncols=15)
84
85
# For the topmost plots, label the column with the colour scale category
86
# using the 'title' argument, otherwise don't add a title.
docs/source/recipes/plot_20_recipe.py
@@ -74,7 +74,7 @@
74
# the data which can be positive or negative, i.e. has 0 as the 'middle'
75
# value of significance, so should use a diverging colour map.
76
cfp.mapset(resolution="10m")
77
-cfp.cscale("ncl_default")
+cfp.cscale("ncl_default", ncols=25)
78
79
# %%
# 9. Now generate the final plot. Plot the current vectors, noting we had
0 commit comments