PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas
MIT License
878 stars 112 forks source link

Custom polygons without background world-map #107

Closed ozsharfr closed 3 years ago

ozsharfr commented 3 years ago

Hi there, I tried visualizing my own polygons (nothing to do with countries) with plot_bokeh method. However, it plots the polygons WITH the world-map on the background. Is there a way to hide the world-map? image

PS - this tool is very useful. Thanks

PatrikHlobil commented 3 years ago

Hi @ozsharfr ,

I am Glad That you like Pandas-Bokeh.

have you tried to pass ‘‘‘Python tile_provider=None, tile_provider_url=None ‘‘‘

To your plot_bokeh call?

best Patrik

ozsharfr commented 3 years ago

Worked great, thank you.