Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygmt/src/coast.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def coast( # noqa: PLR0913
This parameter is deprecated. Use :meth:`pygmt.Figure.scalebar` instead,
which provides a more comprehensive and flexible API for adding scale bars
to plots. This parameter still accepts raw GMT CLI strings for the ``-L``
option of the ``basemap`` module for backward compatibility.
option of the ``coast`` module for backward compatibility.
box
Draw a background box behind the map scale or rose. If set to ``True``, a simple
rectangular box is drawn using :gmt-term:`MAP_FRAME_PEN`. To customize the box
Expand Down
Loading