Marsilea-viz / marsilea

Declarative creation of composable visualization for Python (Complex heatmap, Upset plot, Oncoprint and more~)
https://marsilea.rtfd.io/
MIT License
166 stars 6 forks source link

Chunk that can span more than one chunk #6

Closed Mr-Milk closed 1 year ago

Mr-Milk commented 1 year ago

Can we create chunk with a ratio parameter like

Chunk(["c1", "c2"], ratio=[1, 2])

With total 3 chunks, c2 can span two chunks.