Chartography.net

    
from GChartWrapper import *
# Extended venn diagram based on int list, scale the data to the max value
G = Venn( [100,80,60,30,30,30,10], encoding='text')
G.scale(0,100)