Pure visualization question:
I'm trying to adjust the font size and colour of the labels of a venn diagram made with matplotlib-venn
.
I figured the font size can be adjusted with v.get_label_by_id('11').set_size(size)
but I can't find an alternative for the colour.
Is there a way?