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 fd167a8 commit e71978aCopy full SHA for e71978a
docs/source/recipes/plot_20_recipe.py
@@ -1,3 +1,12 @@
1
+"""
2
+Calculating and plotting the divergence of sea current vectors
3
+==============================================================
4
+
5
+In this recipe, we will calculate the divergence of depth-averaged
6
+currents in the Irish Sea, then plot the divergence as a contour
7
+fill plot underneath the vectors themselves in a vector plot.
8
9
10
import cfplot as cfp
11
import cf
12
0 commit comments