LETS_PLOT_COLOR#
- LETS_PLOT_COLOR = {'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': 'color', 'maptiles_url': 'wss://tiles.datalore.jetbrains.com'}#
Default vector tiles.
Examples
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.LETS_PLOT_COLOR)