Hi, Does anybody know of any product that I could use to draw bar graphs/charts on the fly in Zope??? Or any sample code using PIL that tells me how to go about it?? TIA AM -- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
On Tue, Sep 24, 2002 at 12:37:38PM -0700, AM wrote:
Hi, Does anybody know of any product that I could use to draw bar graphs/charts on the fly in Zope??? Or any sample code using PIL that tells me how to go about it??
TIA AM
You have not told us what platform you are using. I really like ploticus (ploticus.sourceforge.net). Note that most of the examples are biological in nature (that was what the author was working on when ploticus was developed.) You would use an external method to build a data file and then invoke the ploticus binary. Jim Penny
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Tue, Sep 24, 2002 at 12:37:38PM -0700, AM wrote:
Hi, Does anybody know of any product that I could use to draw bar graphs/charts on the fly in Zope??? Or any sample code using PIL that tells me how to go about it??
Try the renderPM backend from reportlab - www.reportlab.com. Pure python, and very nice. I haven't hooked it up to zope, but there's example code for ZOpe somewhere in the download IIRC. --PW -- Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
Hello Asseem,
Does anybody know of any product that I could use to draw bar graphs/charts on the fly in Zope??? Or any sample code using PIL that tells me how to go about it??
Have a look at http://www.zope.org/Members/teyc/ZGDChart Greetings Sven Rudolph -- Sven Rudolph, Programmierer GermanMedicalServices.de GmbH Unter den Eichen 5, 65195 Wiesbaden Tel.: 06 11 / 97 46 25 2
participants (4)
-
AM -
Jim Penny -
Paul Winkler -
Sven Rudolph