Closed shinokada closed 4 years ago
You can simply remove the contents of the respective text labels, e.g.:
v = venn2(subsets=(3, 3, 1))
for area in ['01', '10', '11']:
txt = v.get_label_by_id(area)
if txt: txt.set_text('')
Thanks for the follow-up.
I just want to show AND, OR, XOR, etc without any numbers. Is there a way not showing numbers?
If we can set the text color to white, it won't be shown. It will be nice to change text color, font size, etc.
For example, the following shows OR and I want to remove the numbers.