----- Original Message ----- From: Richard Jones <Richard.Jones@fulcrum.com.au> To: <phd@emerald.netskate.ru> Cc: Arpad Kiss <sekter@mail.matav.hu>; <zope@zope.org> Sent: Wednesday, July 21, 1999 1:28 AM Subject: [Zope] Chart, PILGraph, SQL Data Miner
[Oleg Broytmann]
On Tue, 20 Jul 1999, Arpad Kiss wrote:
Check out my simple chart drawing tool! This is the first working
version,
so it is not too stable, the interface/internals may change in the future...It is based on PIL(if you don't have it, you can download it from www.pythonware.com) Demo page: http://starship.python.net/crew/arpadk/chartdemo/chartdemo.html Download: http://starship.python.net/crew/arpadk/downloads/Chart0.3.0.tar.gz
There is a nice PILGraph package (http://redback.spyda.net/~richard/) based on PIL too. Once I've contacted the author asking for patched and got the patches. I think you two can (and should) cooperate to produce powerful drawing tool.
The problem is that I don't have the time to devote to polishing off PILGraph. Anthony Baxter has used PILGraph in some of his recent work with the data miner, and may have done some polishing of his own. Please do grab a copy and see what can be done - PILGraph is a third-generation graphing package, and tries to provide a nice framework for creating many different types of graphs. Feel free to take the current source distribution and run with it.
Richard
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
I have downloded PILGraph and looked into the source. Your solution is more general than mine( my program works only in Zope environment and has only a limited interface) . I have to think of how to continue! Thanks Arpad