Chartography.net

    
from GChartWrapper import *
# 2 color horizontal bars 10 wide
# with 5 spacing between bars in group and 10 between groups
G = HorizontalBarGroup( ['hell','orld'] )
G.color('cc0000', '00aa00') 
G.bar(10,5,10)