Skip to content

Commit 64bf23a

Browse files
committed
Update to the new position type
1 parent 6c890cf commit 64bf23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/directional_rose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def directional_rose( # noqa: PLR0913
7979
>>> import pygmt
8080
>>> fig = pygmt.Figure()
8181
>>> fig.basemap(region=[0, 80, -30, 30], projection="M10c", frame=True)
82-
>>> fig.directional_rose(position=(10, 10), position_type="user")
82+
>>> fig.directional_rose(position=(10, 10), position_type="mapcoords")
8383
>>> fig.show()
8484
"""
8585
self._activate_figure()

0 commit comments

Comments
 (0)