From cc6259d5cf7674a8c77fac3d3b8ee272f39c7e3d Mon Sep 17 00:00:00 2001 From: Wei Ji Date: Mon, 27 Jul 2020 22:19:50 +1200 Subject: [PATCH] Add common alias verbose (V) --- pygmt/helpers/decorators.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pygmt/helpers/decorators.py b/pygmt/helpers/decorators.py index bee5b78e17a..42f144b004b 100644 --- a/pygmt/helpers/decorators.py +++ b/pygmt/helpers/decorators.py @@ -36,6 +36,18 @@ color : str Select color or pattern for filling of symbols or polygons. Default is no fill.""", + "V": """\ + verbose : str + Select verbosity level [Default is w], which modulates the messages + written to stderr. Choose among 7 levels of verbosity: + + - **q** - Quiet, not even fatal error messages are produced + - **e** - Error messages only + - **w** - Warnings [Default] + - **t** - Timings (report runtimes for time-intensive algorthms); + - **i** - Informational messages (same as "verbose=True") + - **c** - Compatibility warnings + - **d** - Debugging messages""", "W": """\ pen : str Set pen attributes for lines or the outline of symbols.""",