Closed stochastic1 closed 5 years ago
Check out the subset_label_formatter
argument of the venn3
function. Passing something like lambda x: '%0.2f%%' % (x*100.0/total)
might do what you are looking for.
Duplicate of #8
That's a great suggestion and it solved what I needed. Thank you!
I'd like to be able to put percentage labels on each of the 7 regions in a 3-factor venn plot. Or names. Or use the percentages as labels within the names.
I'd be willing to help with this. There's a use case in my work.