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 1dda5d2 commit aa49ffcCopy full SHA for aa49ffc
pygmt/src/magnetic_rose.py
@@ -8,10 +8,11 @@
8
from pygmt.alias import Alias, AliasSystem
9
from pygmt.clib import Session
10
from pygmt.exceptions import GMTInvalidInput
11
-from pygmt.helpers import build_arg_list
+from pygmt.helpers import build_arg_list, fmt_docstrings
12
from pygmt.params import Box, Position
13
14
15
+@fmt_docstrings
16
def magnetic_rose( # noqa: PLR0913
17
self,
18
position: Position | None = None,
0 commit comments