diff --git a/pygmt/helpers/decorators.py b/pygmt/helpers/decorators.py index eb53067bb2f..974478527e3 100644 --- a/pygmt/helpers/decorators.py +++ b/pygmt/helpers/decorators.py @@ -25,6 +25,14 @@ *Required if this is the first plot command*. *projcode*\[*projparams*/]\ *width*. Select map :doc:`projection `.""", + "A": r""" + area_thresh : int or float or str + *min_area*\ [/*min_level*/*max_level*][**+a**\[**g**\|\ **i**]\ + [**s**\|\ **S**]][**+l**\|\ **r**][**+p**\ *percent*]. + Features with an area smaller than *min_area* in km\ :sup:`2` or of + hierarchical level that is lower than *min_level* or higher than + *max_level* will not be plotted [Default is 0/0/4 (all + features)].""", "B": r""" frame : bool or str or list Set map boundary diff --git a/pygmt/src/coast.py b/pygmt/src/coast.py index f3e1b70c343..a57c0286fc3 100644 --- a/pygmt/src/coast.py +++ b/pygmt/src/coast.py @@ -65,12 +65,7 @@ def coast(self, **kwargs): ---------- {J} {R} - area_thresh : int, float, or str - *min_area*\ [/*min_level*/*max_level*][**+a**\[**g**\|\ **i**]\ - [**s**\|\ **S**][**+l**\|\ **r**][**+p**\ *percent*]. - Features with an area smaller than *min_area* in km\ :sup:`2` or of - hierarchical level that is lower than *min_level* or higher than - *max_level* will not be plotted. + {A} {B} lakes : str or list *fill*\ [**+l**\|\ **+r**].