PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom polygons without background world-map

ozsharfr opened this issue · comments

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

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

Worked great, thank you.