We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4c34b commit b2fe80dCopy full SHA for b2fe80d
pygmt/src/magnetic_rose.py
@@ -108,11 +108,7 @@ def magnetic_rose( # noqa: PLR0913
108
"""
109
self._activate_figure()
110
111
- position = _parse_position(
112
- position,
113
- kwdict={}, # No need to check conflicts since it's a new function.
114
- default=Position("BL", cstype="inside"), # Default to BL.
115
- )
+ position = _parse_position(position, default=Position("BL", cstype="inside"))
116
117
if declination_label is not None and declination is None:
118
msg = "Parameter 'declination' must be set when 'declination_label' is set."
0 commit comments