boazreicher / mosaic-plot

Apache License 2.0
11 stars 2 forks source link

is grouping supposed to work for non-disjoint groups? #8

Open nevgeniev opened 9 months ago

nevgeniev commented 9 months ago

hi,

it looks like grouping only works for disjoint groups. which is very unfortunate.

meaning if you have labels like hostName and nicName and want to have a mosaic plot grouped by nicName with rows by hostName you're out of luck :(

boazreicher commented 9 months ago

Hi @nevgeniev, can you provide an example for some hostName and nicName values and how you would like to plot them? I think what you're looking for can be achieved with a transform, but I'd like to understand the use case better