Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docstrings #1098

Merged
merged 8 commits into from
May 8, 2024
Prev Previous commit
Next Next commit
Small fix in docstrings for the geom_livemap() function.
  • Loading branch information
ASmirnov-HORIS committed May 7, 2024
commit 518c7ba8ee66e9047eb4d9621260b6d17bd7e80b
2 changes: 0 additions & 2 deletions python-package/lets_plot/plot/geom_livemap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def geom_livemap(*,

To use vector tiles, pass the result of the `maptiles_lets_plot()` function.

To use a solid color as tiles, pass the result of the `maptiles_solid()` function.

To use raster tiles, pass the result of the `maptiles_zxy()` function.
As an alternative to this function, you can explicitly pass a string -
URL to a standard raster ZXY tile provider with {z}, {x} and {y} wildcards
Expand Down