Chartography.net

    
from GChartWrapper import *
# http://code.google.com/apis/chart/#bar_charts
G = HorizontalBarStack('ello', encoding='simple')
G.color('4d89f9')
G.size(200,125)