"gasolin" <[EMAIL PROTECTED]> writes: > Compare to http://code.djangoproject.com/wiki/Charts > > I started a rough doc that list some Server side & Client side > solutions for ploting figures with TurboGears
This is good! It's something that sooner or later we need to do. > http://docs.turbogears.org/1.0/GenerateFigures You missed PIL (http://www.pythonware.com/products/pil/). ;-) PyChart (http://home.gna.org/pychart/) as well. You can also use CSS (http://applestooranges.com/blog/post/css-for-bar-graphs/?id=55). Another alternative is using JavaScript and drawing everything by hand (http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm). What TG needed badly -- I know somebody has to write it... -- is something like iReport (http://jasperforge.org/sf/projects/ireport). Take a look at the screenshots and see the charts. > I belive PlotKit plugin is broken now :P It works here. What is happening for you? Actually, it plots things. It isn't suitable to my needs because it has problems plotting negative numbers and positioning the X axis (so far). > For Client side solutions I just found XML/SWF Charts, it is more > powerful and prety :-) Indeed! But it looks like generating the XML might be somewhat annoying (thanks <your favorite deity here> we have Kid!). > It's better if someone can point me some method to generate XML more > gracefully. Kid. ;-) It can generate XML output. It is just a matter of creating the logic for those charts. I'll need something like that soon. And I found the result VERY professional and interesting. I might give it a try... -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

