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?)
