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 6c890cf commit 64bf23aCopy full SHA for 64bf23a
pygmt/src/directional_rose.py
@@ -79,7 +79,7 @@ def directional_rose( # noqa: PLR0913
79
>>> import pygmt
80
>>> fig = pygmt.Figure()
81
>>> fig.basemap(region=[0, 80, -30, 30], projection="M10c", frame=True)
82
- >>> fig.directional_rose(position=(10, 10), position_type="user")
+ >>> fig.directional_rose(position=(10, 10), position_type="mapcoords")
83
>>> fig.show()
84
"""
85
self._activate_figure()
0 commit comments