Chartography.net

    
from GChartWrapper import *
# Make a vertical bar group and scale it to the max
G = VerticalBarGroup( [[31],[59],[4]], encoding='text' )
G.scale(0,59)
G.color('lime','red','blue')
G.legend('Goucher(31)','Truman(59)','Kansas(4)')
G.fill('c','lg',45,'cccccc',0,'black',1)
G.fill('bg','s','cccccc')        
G.size(200,100)