Chartography.net

    
from GChartWrapper import *
G = Scatter([[12,87,75,41,23,96,68,71,34,9],[98,60,27,34,56,79,58,74,18,76],[84,23,69,81,47,94,60,93,64,54]])
G.axes('xy')
G.axes.label(0, 0,20,30,40,50,60,70,80,90,10)
G.axes.label(1, 0,25,50,75,100)
G.size(300,200)