Rasterize Holoviews DynamicMap with Overlay and Layout

34 Views Asked by At

I have an DynamicMap in Holoviews with the call function returning a Layout Object of Multiple Overlays. The structure is basically like this:

Dynamic Map -> Layouts (2 Columns of 9 Overlays) -> Overlay from 8-9 Curves.

I want to rasterize this DynamicMap but don't know how to start. I tried rasterize(DynamicMap) but it returned enter image description here

I also tried to rasterize from the curve elements themselves but they returned empty DynamicMaps.

0

There are 0 best solutions below