I'm using the awesome matplotlib_venn to plot Venn diagram derived from three binary conditions. Unfortunately, besides the 7 cases covered by the venn3
function, my case includes an all false ('000'
) group.
Is there any built in way to do so?
I've failed to find it myself, so any instructions to hijack this plot (or correlated hacks) to include it by myself in the output is very welcome.