Chartography.net

    
from GChartWrapper import *
G = RadarSpline(['voJATd9v','MW9BA9'],encoding='simple')
G.color('red','orange')
G.size(400,400)
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.0,360.0)
G.grid(25.0,25.0,4.0,4.0)
G.marker('B','FF000080',0,1.0,5.0)
G.marker('B','FF990080',1,1.0,5.0)
G.marker('h','blue',0,1.0,4.0)
G.marker('h','3366CC80',0,0.5,5.0)
G.marker('V','00FF0080',0,1.0,5.0)
G.marker('V','008000',0,5.5,5.0)
G.marker('v','00A000',0,6.5,4)