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 25
25
*Required if this is the first plot command*.
26
26
*projcode*\[*projparams*/]\ *width*.
27
27
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)].""" ,
28
36
"B" : r"""
29
37
frame : bool or str or list
30
38
Set map boundary
Original file line number Diff line number Diff line change @@ -65,12 +65,7 @@ def coast(self, **kwargs):
65
65
----------
66
66
{J}
67
67
{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}
74
69
{B}
75
70
lakes : str or list
76
71
*fill*\ [**+l**\|\ **+r**].
You can’t perform that action at this time.
0 commit comments