dusadrian / venn

Draw Venn Diagrams
30 stars 7 forks source link

Is there a way to display 0 if the particular intersection does not have any common values ? #31

Closed rabbit258 closed 3 months ago

rabbit258 commented 4 months ago

Assume i have a Venn diagram of 6 group like this.  A_11FO1OQZU_)${P9O69Q Q

Is there a way to display these blank zeros?

dusadrian commented 3 months ago

Yes it is possible, using the ilabels argument. Have a look on the solution from this issue, and adapt accordingly. Otherwise, we need a minimal reproducible example to further assist.

rabbit258 commented 3 months ago

It's solved, thank you