I ended up figuring this out myself. The example is wrong, it should read:
G = Line('fohmnytenefohmnytene', encoding='simple')
G.size(200,100)
G.axes.type('xy')
G.axes.label(0, 'April','May','June')
G.axes.label(1, None, '50+Kb')
Notice the addition of the integer that's passed as the first argument
to G.axes.label? If someone wants to add [email protected] to the
project I'm willing to update the examples page.
//Ed
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-chart-api?hl=en.