from matplotlib import pyplot as plt
from charticle.venn import Venn2
v2 = Venn2(a="chart", b="article")
v2.ab = "charticle"
_ = v2.plot()
