Graphical library - charts

2009-06-22 Thread przemolicc
Hello, I have thousends of files with logs from monitoring system. Each file has some important data (numbers). I'd like to create charts using those numbers. Could you please suggest library which will allow creating such charts ? The preferred chart is line chart. Besides is there any library

Re: Graphical library - charts

2009-06-22 Thread BJörn Lindqvist
2009/6/22 przemol...@poczta.fm-n-o-s-p-a-m: Hello, I have thousends of files with logs from monitoring system. Each file has some important data (numbers). I'd like to create charts using those numbers. Could you please suggest library which will allow creating such charts ? The preferred

Re: Graphical library - charts

2009-06-22 Thread przemolicc
BJörn Lindqvist wrote: 2009/6/22 przemol...@poczta.fm-n-o-s-p-a-m: Hello, I have thousends of files with logs from monitoring system. Each file has some important data (numbers). I'd like to create charts using those numbers. Could you please suggest library which will allow creating such

Re: Graphical library - charts

2009-06-22 Thread przemolicc
BJörn Lindqvist wrote: 2009/6/22 przemol...@poczta.fm-n-o-s-p-a-m: Hello, I have thousends of files with logs from monitoring system. Each file has some important data (numbers). I'd like to create charts using those numbers. Could you please suggest library which will allow creating such

Re: Graphical library - charts

2009-06-22 Thread Terry Reedy
przemol...@poczta.fm-n-o-s-p-a-m wrote: Try Google Charts. It is quite excellent for easily creating simple charts. There is also Gnuplot which is more advanced and complicated. Both tools have python bindings. By the way: do I need any access to internet while using this library ?

Re: Graphical library - charts

2009-06-22 Thread Paul Simon
I suggest you look at matplotlib. It's a bit of a learning curve but will do whatever you need. I have a similar requirement and found that gnuplot did not work for me. The plots are impressive. Paul Simon przemol...@poczta.fm-n-o-s-p-a-m wrote in message

Re: Graphical library - charts

2009-06-22 Thread Lie Ryan
BJörn Lindqvist wrote: 2009/6/22 przemol...@poczta.fm-n-o-s-p-a-m: Hello, I have thousends of files with logs from monitoring system. Each file has some important data (numbers). I'd like to create charts using those numbers. Could you please suggest library which will allow creating such

Re: Graphical library - charts

2009-06-22 Thread cgoldberg
I suggest you look at matplotlib. +1 Another vote Matplotlib. It has impressive graphing/plotting capabilities and is used as a Python module/library. Description from site: matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats