@hung11 could you elaborate more on this, please?
I’m displaying some hv.Points through hv.DynamicMap overlayed with tile_map. I’m not able to get the calculated xlim and ylim being effective when the frame changes in the DynamicMap.
Unfortunately, building a minimum example is not easy for this one.
tile_map = gv.tile_sources.OSM.opts(
global_extent=False,
width=1000,
height=1000,
)
When I try gv.Points, no map is showing in the background.
Here’s my post.