Converting Holomap into Gridspace troubles

I’ve got a holomap that has two kdims (“model” and “class”). I’m overlaying the “model” dimension. Then I can successfully create a layout on the “class” dimension (by doing hm.layout("class")).

However, what I want is a grid, but when I run hm.grid("class") the results is just a bunch of empty plots with a completely misaligned “class” axis…

(and one small other question: in the grid, how can I make the “class” axis vertical instead of horizontal?)

Looks like a bug. Can you file a GitHub issue? Separately, you could try doing hv.Layout(*hmap).cols(1)

Opened an issue here: `.grid` method on `Holomap` not working correctly · Issue #6777 · holoviz/holoviews · GitHub