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 f1466e6 commit f47a61eCopy full SHA for f47a61e
pygmt/helpers/decorators.py
@@ -36,6 +36,18 @@
36
color : str
37
Select color or pattern for filling of symbols or polygons. Default
38
is no fill.""",
39
+ "V": """\
40
+ verbose : str
41
+ Select verbosity level [Default is w], which modulates the messages
42
+ written to stderr. Choose among 7 levels of verbosity:
43
+
44
+ - **q** - Quiet, not even fatal error messages are produced
45
+ - **e** - Error messages only
46
+ - **w** - Warnings [Default]
47
+ - **t** - Timings (report runtimes for time-intensive algorthms);
48
+ - **i** - Informational messages (same as "verbose=True")
49
+ - **c** - Compatibility warnings
50
+ - **d** - Debugging messages""",
51
"W": """\
52
pen : str
53
Set pen attributes for lines or the outline of symbols.""",
0 commit comments