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
Add quotes to the docstrings for the geom_livemap() function.
  • Loading branch information
ASmirnov-HORIS committed May 8, 2024
commit b6f43966fe45773b86e66c80bff07ec416d5035f
2 changes: 1 addition & 1 deletion python-package/lets_plot/plot/geom_livemap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def geom_livemap(*,
tiles : str
Tile provider:

- pass a predefined constant from the `tilesets` module (Lets-Plot's vector tiles, e.g. LETS_PLOT_COLOR, or external raster tiles, e.g. OPEN_TOPO_MAP);
- pass a predefined constant from the `tilesets` module (Lets-Plot's vector tiles, e.g. `LETS_PLOT_COLOR`, or external raster tiles, e.g. `OPEN_TOPO_MAP`);
- pass a URL for a standard raster ZXY tile provider with {z}, {x} and {y} wildcards (e.g. 'http:https://my.tile.com/{z}/{x}/{y}.png') if the required tileset not present in the module;
- pass the result of a call to a `maptiles_zxy()` function if further customisation is required (e.g. attribution or zoom).

Expand Down