Hi! 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 Thanks, Arpad Kiss
Hi! 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. 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 Thanks, Arpad Kiss
Oleg. ---- Oleg Broytmann Netskate/Inter.Net.Ru phd@emerald.netskate.ru Programmers don't die, they just GOSUB without RETURN.
[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
----- 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
In article <00b801bed355$1189d880$499f38c3@geometria.hu>, Arpad Kiss <sekter@mail.matav.hu> writes
----- 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
... I keep getting bad fonts from the chart demo. I know I fixed this once before for Graphite so I'll have to poke around to get it to work. I have also been looking at a dynamic method of gif generation using gd. -- Robin Becker
----- Original Message ----- From: Robin Becker <robin@jessikat.demon.co.uk> To: <zope@zope.org> Sent: Wednesday, July 21, 1999 12:23 PM Subject: Re: [Zope] Chart, PILGraph, SQL Data Miner
In article <00b801bed355$1189d880$499f38c3@geometria.hu>, Arpad Kiss <sekter@mail.matav.hu> writes
----- 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
... I keep getting bad fonts from the chart demo. I know I fixed this once before for Graphite so I'll have to poke around to get it to work. I have also been looking at a dynamic method of gif generation using gd. -- Robin Becker
What does 'bad fonts' meen ? The contained fonts are latin-2 fonts. I am not familiar with fonts, but maybe this help you... Arpad
In article <001701bed370$efe012f0$499f38c3@geometria.hu>, Arpad Kiss <sekter@mail.matav.hu> writes ...
I keep getting bad fonts from the chart demo. I know I fixed this once before for Graphite so I'll have to poke around to get it to work. I have also been looking at a dynamic method of gif generation using gd. -- Robin Becker
What does 'bad fonts' meen ? The contained fonts are latin-2 fonts. I am not familiar with fonts, but maybe this help you... Arpad
no the problem now occurs with graphite as well which used to work. -- Robin Becker
In article <tYjqhAAv9cl3Ewp5@jessikat.demon.co.uk>, Robin Becker <robin@jessikat.demon.co.uk> writes
In article <001701bed370$efe012f0$499f38c3@geometria.hu>, Arpad Kiss <sekter@mail.matav.hu> writes ...
I keep getting bad fonts from the chart demo. I know I fixed this once before for Graphite so I'll have to poke around to get it to work. I have also been looking at a dynamic method of gif generation using gd. -- Robin Becker
What does 'bad fonts' meen ? The contained fonts are latin-2 fonts. I am not familiar with fonts, but maybe this help you... Arpad
no the problem now occurs with graphite as well which used to work. I fixed Graphite it now works, but a problem remains with Chart the original problem was with ImageFile.py occurring in PIL and Zope -- Robin Becker
participants (4)
-
Arpad Kiss -
Oleg Broytmann -
Richard.Jones@fulcrum.com.au -
Robin Becker