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 fadaf33 commit 8093fddCopy full SHA for 8093fdd
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)
+ cfp.cscale(colour_scale, ncols=11)
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_18_recipe.py
@@ -122,7 +122,7 @@
122
123
# Plot the two contour plots as columns
124
cfp.gpos(1)
125
-cfp.cscale("wiki_2_0_reduced")
+cfp.cscale("wiki_2_0_reduced", ncols=11)
126
cfp.con(
127
regridded_orog,
128
lines=False,
0 commit comments