-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
padding doesn't work with map tiles #1475
Comments
This issue has been mentioned on HoloViz Discourse. There might be relevant details there: https://discourse.holoviz.org/t/setting-padding-in-hvplot-when-using-tiles/8521/10 |
Thanks @rsignell, I think it's way past time we revisited the map tiles renderer implementation in Bokeh which is at fault for a lot of the oddities (like this one) that happen if you add a tile to your plot. |
@philippjfr if you have more concrete ideas on the changes required in Bokeh to improve this, I encourage you to capture them in a Bokeh issue 🙃 |
Thanks @philippjfr and @maximlt for jumping in on this! |
I want to plot a single station location (lon,lat point) on a map, but set a larger lon/lat extent than default so I can more easily see the "big picture" for where the point is located.
@ahuang11 suggested I post an issue here, as
padding
should work, but seems to fail when map tiles are specified.For example, this code:
results in plot where it seems the padding was just ignored:
My workaround is to calculate and specify the xlim and ylim, but it would be nice if
padding
just worked!I'm running WSL on Windows 11 with:
The text was updated successfully, but these errors were encountered: