diff --git a/pygmt/src/basemap.py b/pygmt/src/basemap.py index 4dbec079178..b2ebcc84504 100644 --- a/pygmt/src/basemap.py +++ b/pygmt/src/basemap.py @@ -124,6 +124,15 @@ def basemap( # noqa: PLR0913 $perspective $transparency + See Also + -------- + pygmt.Figure.directional_rose + Add a map directional rose. + pygmt.Figure.magnetic_rose + Add a map magnetic rose. + pygmt.Figure.scalebar + Add a scale bar. + Examples -------- >>> import pygmt diff --git a/pygmt/src/coast.py b/pygmt/src/coast.py index 5bb72a14d41..e359f28662a 100644 --- a/pygmt/src/coast.py +++ b/pygmt/src/coast.py @@ -208,6 +208,15 @@ def coast( # noqa: PLR0913 $perspective $transparency + See Also + -------- + pygmt.Figure.directional_rose + Add a map directional rose. + pygmt.Figure.magnetic_rose + Add a map magnetic rose. + pygmt.Figure.scalebar + Add a scale bar. + Example ------- >>> import pygmt diff --git a/pygmt/src/plot.py b/pygmt/src/plot.py index a661d3efd3b..2900296d7f7 100644 --- a/pygmt/src/plot.py +++ b/pygmt/src/plot.py @@ -236,6 +236,17 @@ def plot( # noqa: PLR0912, PLR0913 ``transparency`` can also be a 1-D array to set varying transparency for symbols, but this option is only valid if using ``x``/``y``. $wrap + + See Also + -------- + pygmt.Figure.choropleth + Plot a choropleth map. + pygmt.Figure.fill_between + Fill the area between two curves. + pygmt.Figure.hlines + Plot horizontal lines. + pygmt.Figure.vlines + Plot vertical lines. """ # TODO(GMT>6.5.0): Remove the note for the upstream bug of the "straight_line" # parameter. diff --git a/pygmt/src/text.py b/pygmt/src/text.py index 271d79da1ee..5d747299d89 100644 --- a/pygmt/src/text.py +++ b/pygmt/src/text.py @@ -187,6 +187,11 @@ def text( # noqa: PLR0912, PLR0913, PLR0915 ``transparency`` can also be a 1-D array to set varying transparency for texts, but this option is only valid if using ``x``/``y`` and ``text``. $wrap + + See Also + -------- + pygmt.Figure.paragarph + Typeset one or multiple paragraphs. """ self._activate_figure()