SOLID#
- SOLID = {'maptiles_fill_color': '#FFFFFF', 'maptiles_kind': 'solid'}#
Blank tiles. Show no other graphics but a solid background color.
Examples
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.SOLID)