Chartography.net

    
from GChartWrapper import *
G = VerticalBarGroup([20,35,50,10,95],encoding='text')
G.color('cc0000')
G.position(.5)