Hi,
I'm collecting a quite big amount of data from program analyses (around 400 Mo / file and many files).
The files contain 4-5 kinds of records, each of these records contains 5-6 fields separated by spaces.
Now I'm using python scripts and generate charts using matplotlib. I'm not really comfortable with python (I don't find it really fast either) and I don't find the matplot library really flexible.
Do you know any good alternative or python is the best one ?
I want something fast and a flexible graphical library (output formats, kinds of charts).
thx.