File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2525 *Required if this is the first plot command*.
2626 *projcode*\[*projparams*/]\ *width*.
2727 Select map :doc:`projection </projections/index>`.""" ,
28+ "A" : r"""
29+ area_thresh : int or float or str
30+ *min_area*\ [/*min_level*/*max_level*][**+a**\[**g**\|\ **i**]\
31+ [**s**\|\ **S**]][**+l**\|\ **r**][**+p**\ *percent*].
32+ Features with an area smaller than *min_area* in km\ :sup:`2` or of
33+ hierarchical level that is lower than *min_level* or higher than
34+ *max_level* will not be plotted [Default is 0/0/4 (all
35+ features)].""" ,
2836 "B" : r"""
2937 frame : bool or str or list
3038 Set map boundary
Original file line number Diff line number Diff line change @@ -65,12 +65,7 @@ def coast(self, **kwargs):
6565 ----------
6666 {J}
6767 {R}
68- area_thresh : int, float, or str
69- *min_area*\ [/*min_level*/*max_level*][**+a**\[**g**\|\ **i**]\
70- [**s**\|\ **S**][**+l**\|\ **r**][**+p**\ *percent*].
71- Features with an area smaller than *min_area* in km\ :sup:`2` or of
72- hierarchical level that is lower than *min_level* or higher than
73- *max_level* will not be plotted.
68+ {A}
7469 {B}
7570 lakes : str or list
7671 *fill*\ [**+l**\|\ **+r**].
You can’t perform that action at this time.
0 commit comments