Chartography.net

    
from GChartWrapper import *
# Create a radar chart w/ multiple lines
G = Radar([ [77,66,15,0,31,48,100,77],[20,36,100,2,0,100] ], encoding='text')  
G.size(200,200)
G.color('red','FF9900')
G.line(2,4,0)
G.line(2,4,0)        
G.axes('x')
G.axes.label(0, 0,45,90,135,180,225,270,315)
G.axes.range(0, 0,360)