File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments