> 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
BJörn Lindqvist wrote:
> 2009/6/22 :
>> 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 preferr
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
wrote in message
news:[email protected]...
> Hello,
>
> I have thousend
[email protected] 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 ?
http://co
BJörn Lindqvist wrote:
> 2009/6/22 :
>> 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 prefer
BJörn Lindqvist wrote:
> 2009/6/22 :
>> 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 prefer
2009/6/22 :
> 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.
>
> Bes