Skip to content

Commit 7f6f16f

Browse files
authored
1 parent be7b1cb commit 7f6f16f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lonboard/_viz.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ def viz(
111111
data: a data object of any supported type.
112112
113113
Other args:
114-
- scatterplot_kwargs: a `dict` of parameters to pass down to all generated
114+
scatterplot_kwargs: a `dict` of parameters to pass down to all generated
115115
[`ScatterplotLayer`][lonboard.ScatterplotLayer]s.
116-
- path_kwargs: a `dict` of parameters to pass down to all generated
116+
path_kwargs: a `dict` of parameters to pass down to all generated
117117
[`PathLayer`][lonboard.PathLayer]s.
118-
- solid_polygon_kwargs: a `dict` of parameters to pass down to all generated
118+
solid_polygon_kwargs: a `dict` of parameters to pass down to all generated
119119
[`SolidPolygonLayer`][lonboard.SolidPolygonLayer]s.
120-
- map_kwargs: a `dict` of parameters to pass down to the generated
120+
map_kwargs: a `dict` of parameters to pass down to the generated
121121
[`Map`][lonboard.Map].
122122
123123
For more control over rendering, construct `Map` and `Layer` objects directly.

0 commit comments

Comments
 (0)