lets_plot.tilesets.LETS_PLOT_LIGHT#

lets_plot.tilesets.LETS_PLOT_LIGHT = {'maptiles_attribution': '<a href="https://lets-plot.org">© Lets-Plot</a>, map data: <a href="https://www.openstreetmap.org/copyright">© OpenStreetMap contributors</a>.', 'maptiles_kind': 'vector_lets_plot', 'maptiles_max_zoom': 15, 'maptiles_min_zoom': 1, 'maptiles_theme': 'light', 'maptiles_url': 'wss://tiles.datalore.jetbrains.com'}#

Vector tiles, light theme.

Examples

1from lets_plot import *
2from lets_plot import tilesets
3LetsPlot.setup_html()
4ggplot() + geom_livemap(tiles=tilesets.LETS_PLOT_LIGHT)