@@ -115,21 +115,21 @@ def coast(self, **kwargs):
115
115
max_level will not be plotted.
116
116
{B}
117
117
lakes : str or list
118
- *fill*\ [**+l**\|**+r**\ ]
118
+ *fill*\ [**+l**\|**+r**\ ].
119
119
Set the shade, color, or pattern for lakes and river-lakes. The
120
120
default is the fill chosen for wet areas set by the ``water``
121
121
argument. Optionally, specify separate fills by appending
122
122
**+l** for lakes or **+r** for river-lakes, and passing multiple
123
123
strings in a list.
124
124
resolution : str
125
- **f**\|\ **h**\|\ **i**\|\ **l**\|\ **c**
125
+ **f**\|\ **h**\|\ **i**\|\ **l**\|\ **c**.
126
126
Selects the resolution of the data set to: (**f**\ )ull,
127
127
(**h**\ )igh, (**i**\ )ntermediate, (**l**\ )ow,
128
128
and (**c**\ )rude).
129
129
land : str
130
130
Select filling or clipping of “dry” areas.
131
131
rivers : int or str or list
132
- *river*\ [/*pen*\ ]
132
+ *river*\ [/*pen*\ ].
133
133
Draw rivers. Specify the type of rivers and [optionally] append
134
134
pen attributes [Default pen: width = default, color = black,
135
135
style = solid].
@@ -173,10 +173,10 @@ def coast(self, **kwargs):
173
173
174
174
c = All canals (8-10)
175
175
map_scale : str
176
- [**g**\|**j**\|**J**\|**n**\|**x**\ ]\ *refpoint*
176
+ [**g**\|**j**\|**J**\|**n**\|**x**\ ]\ *refpoint*.
177
177
Draws a simple map scale centered on the reference point specified.
178
178
borders : int or str or list
179
- *border*\ [/*pen*\ ]
179
+ *border*\ [/*pen*\ ].
180
180
Draw political boundaries. Specify the type of boundary and
181
181
[optionally] append pen attributes [Default pen: width = default,
182
182
color = black, style = solid].
@@ -195,7 +195,7 @@ def coast(self, **kwargs):
195
195
Select filling or clipping of “wet” areas.
196
196
{U}
197
197
shorelines : int or str or list
198
- [*level*\ /]\ *pen*
198
+ [*level*\ /]\ *pen*.
199
199
Draw shorelines [Default is no shorelines]. Append pen attributes
200
200
[Defaults: width = default, color = black, style = solid] which
201
201
apply to all four levels. To set the pen for a single level,
@@ -206,7 +206,7 @@ def coast(self, **kwargs):
206
206
level pens are set, those not listed will not be drawn.
207
207
dcw : str or list
208
208
*code1,code2,…*\ [**+l**\|\ **L**\ ][**+g**\ *fill*\ ]
209
- [**+p**\ *pen*\ ][**+z**]
209
+ [**+p**\ *pen*\ ][**+z**].
210
210
Select painting or dumping country polygons from the
211
211
`Digital Chart of the World
212
212
<https://en.wikipedia.org/wiki/Digital_Chart_of_the_World>`__.
0 commit comments