BTW, I think its possible to wrapper the EasyPlot as another widget,
the EasyPlot wapper will act natually for programming. (and more easy
to learn)
[Example]
EasyPlot([element_id, style, width, height], [type, data, sample])
[Render]
<div xmlns:py="http://purl.org/kid/ns#">
<div id="example" style="margin: 0 auto 0 auto;" width="400"
height="400"></div>
<script type="text/javascript">
var data = [[0,0], [1,2], [2,3], [3,7], [4,8], [5,6]];
var sample = [[0,0], [1,1], [2,4], [3,8], [4,7], [5,8]];
var plotter = EasyPlot("line", {}, $("example"), [data,
sample]);
</script>
</div>
Any suggestions?
--
fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---