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 4ead094 commit f75a3cbCopy full SHA for f75a3cb
docs/source/recipes/plot_20_recipe.py
@@ -58,7 +58,7 @@
58
cfp.mapset(resolution="10m") # makes UK coastline more high-res
59
cfp.gopen(file="irish-sea-currents.png")
60
# BTW ignore the warnings below - they aren't relevant.
61
-cfp.vect(u=u_2, v=v_2, stride=2, scale=8, key_length=5)
+cfp.vect(u=u_2, v=v_2, stride=5, scale=2, key_length=1)
62
cfp.levs(min=-5, max=5, step=0.5)
63
cfp.con(w_1, blockfill=True, lines=False)
64
cfp.gclose()
0 commit comments