hv.Raster: maintain exact aspect ratio with responsive=True

Are you using panel with responsive=True?
pn.pane.Holoviews(hv_obj.opts(responsive=True, data_aspect=1), sizing_mode=“scale_both”)

1 Like