Skip to content

Commit f75a3cb

Browse files
Optimise for readability plotted vector arrow size in recipe 20
1 parent 4ead094 commit f75a3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/recipes/plot_20_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
cfp.mapset(resolution="10m") # makes UK coastline more high-res
5959
cfp.gopen(file="irish-sea-currents.png")
6060
# 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)
61+
cfp.vect(u=u_2, v=v_2, stride=5, scale=2, key_length=1)
6262
cfp.levs(min=-5, max=5, step=0.5)
6363
cfp.con(w_1, blockfill=True, lines=False)
6464
cfp.gclose()

0 commit comments

Comments
 (0)