@@ -69,6 +69,7 @@ def _preprocess(self, **kwargs): # pylint: disable=no-self-use
6969 G = "land" ,
7070 S = "water" ,
7171 U = "timestamp" ,
72+ V = "verbose" ,
7273 X = "xshift" ,
7374 Y = "yshift" ,
7475 p = "perspective" ,
@@ -130,6 +131,7 @@ def coast(self, **kwargs):
130131 water : str
131132 Select filling or clipping of “wet” areas.
132133 {U}
134+ {V}
133135 shorelines : str
134136 ``'[level/]pen'``
135137 Draw shorelines [Default is no shorelines]. Append pen attributes.
@@ -152,6 +154,7 @@ def coast(self, **kwargs):
152154 F = "box" ,
153155 G = "truncate" ,
154156 W = "scale" ,
157+ V = "verbose" ,
155158 X = "xshift" ,
156159 Y = "yshift" ,
157160 p = "perspective" ,
@@ -217,6 +220,7 @@ def colorbar(self, **kwargs):
217220 scale : float
218221 Multiply all z-values in the CPT by the provided scale. By default
219222 the CPT is used as is.
223+ {V}
220224 {XY}
221225 {p}
222226 {t}
@@ -238,6 +242,7 @@ def colorbar(self, **kwargs):
238242 R = "region" ,
239243 S = "resample" ,
240244 U = "timestamp" ,
245+ V = "verbose" ,
241246 W = "pen" ,
242247 l = "label" ,
243248 X = "xshift" ,
@@ -292,6 +297,7 @@ def grdcontour(self, grid, **kwargs):
292297 {B}
293298 {G}
294299 {U}
300+ {V}
295301 {W}
296302 {XY}
297303 label : str
@@ -489,6 +495,7 @@ def grdimage(self, grid, **kwargs):
489495 Wm = "meshpen" ,
490496 Wf = "facadepen" ,
491497 I = "shading" ,
498+ V = "verbose" ,
492499 X = "xshift" ,
493500 Y = "yshift" ,
494501 p = "perspective" ,
@@ -565,6 +572,7 @@ def grdview(self, grid, **kwargs):
565572 intensity, and ambient arguments for that module, or just give
566573 ``+d`` to select the default arguments (``+a-45+nt1+m0``).
567574
575+ {V}
568576 {XY}
569577 {p}
570578 {t}
@@ -608,6 +616,7 @@ def grdview(self, grid, **kwargs):
608616 l = "label" ,
609617 C = "cmap" ,
610618 U = "timestamp" ,
619+ V = "verbose" ,
611620 X = "xshift" ,
612621 Y = "yshift" ,
613622 p = "perspective" ,
@@ -679,6 +688,7 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
679688 quoted lines).
680689 {W}
681690 {U}
691+ {V}
682692 {XY}
683693 label : str
684694 Add a legend entry for the symbol or line being plotted.
@@ -741,6 +751,7 @@ def plot(self, x=None, y=None, data=None, sizes=None, direction=None, **kwargs):
741751 i = "columns" ,
742752 l = "label" ,
743753 C = "levels" ,
754+ V = "verbose" ,
744755 X = "xshift" ,
745756 Y = "yshift" ,
746757 p = "perspective" ,
@@ -802,6 +813,7 @@ def contour(self, x=None, y=None, z=None, data=None, **kwargs):
802813 to be of the format [*annotcontlabel*][/*contlabel*]. If either
803814 label contains a slash (/) character then use ``|`` as the
804815 separator for the two labels instead.
816+ {V}
805817 {XY}
806818 {p}
807819 {t}
@@ -835,6 +847,7 @@ def contour(self, x=None, y=None, z=None, data=None, **kwargs):
835847 Td = "rose" ,
836848 Tm = "compass" ,
837849 U = "timestamp" ,
850+ V = "verbose" ,
838851 X = "xshift" ,
839852 Y = "yshift" ,
840853 p = "perspective" ,
@@ -872,6 +885,7 @@ def basemap(self, **kwargs):
872885 Draws a map magnetic rose on the map at the location defined by the
873886 reference and anchor points
874887 {U}
888+ {V}
875889 {XY}
876890 {p}
877891 {t}
@@ -945,6 +959,7 @@ def logo(self, **kwargs):
945959 D = "position" ,
946960 F = "box" ,
947961 M = "monochrome" ,
962+ V = "verbose" ,
948963 X = "xshift" ,
949964 Y = "yshift" ,
950965 p = "perspective" ,
@@ -983,6 +998,7 @@ def image(self, imagefile, **kwargs):
983998 monochrome : bool
984999 Convert color image to monochrome grayshades using the (television)
9851000 YIQ-transformation.
1001+ {V}
9861002 {XY}
9871003 {p}
9881004 {t}
@@ -998,6 +1014,7 @@ def image(self, imagefile, **kwargs):
9981014 J = "projection" ,
9991015 D = "position" ,
10001016 F = "box" ,
1017+ V = "verbose" ,
10011018 X = "xshift" ,
10021019 Y = "yshift" ,
10031020 p = "perspective" ,
@@ -1037,6 +1054,7 @@ def legend(self, spec=None, position="JTR+jTR+o0.2c", box="+gwhite+p1p", **kwarg
10371054 rectangular border around the legend using **MAP_FRAME_PEN**. By
10381055 default, uses '+gwhite+p1p' which draws a box around the legend
10391056 using a 1 point black pen and adds a white background.
1057+ {V}
10401058 {XY}
10411059 {p}
10421060 {t}
@@ -1067,6 +1085,7 @@ def legend(self, spec=None, position="JTR+jTR+o0.2c", box="+gwhite+p1p", **kwarg
10671085 C = "clearance" ,
10681086 D = "offset" ,
10691087 G = "fill" ,
1088+ V = "verbose" ,
10701089 W = "pen" ,
10711090 X = "xshift" ,
10721091 Y = "yshift" ,
@@ -1178,6 +1197,7 @@ def text(
11781197 Sets the pen used to draw a rectangle around the text string
11791198 (see *clearance*) [Default is width = default, color = black,
11801199 style = solid].
1200+ {V}
11811201 {XY}
11821202 {p}
11831203 {t}
@@ -1235,6 +1255,7 @@ def text(
12351255 J = "projection" ,
12361256 B = "frame" ,
12371257 C = "offset" ,
1258+ V = "verbose" ,
12381259 X = "xshift" ,
12391260 Y = "yshift" ,
12401261 p = "perspective" ,
@@ -1335,6 +1356,7 @@ def meca(
13351356 {J}
13361357 {R}
13371358 {B}
1359+ {V}
13381360 {XY}
13391361 {p}
13401362 {t}
0 commit comments