Hi all, I am in the need to visualize some time series data. The problem I am having is that I want to be able to impose restrictions in an ad-hoc way, such as delimiting time, filtering out some categories, and then get some statistics on that data, such as the mean, a histogram, or other things.
What I am doing right now is a bunch of gnuplot scripts together with python/c programs to grab the data, but this is getting tedious.
Is there any open source tool/library that does something similar?
Thanks
Some more suggestions:
DAVIX [D] A live CD distribution containing lots of visualization tools, from capture to parsing to presentation.
SecViz and their "graph exchange" [0] -- lots of pictures of various datasets, usually with details of how it was produced.
Personally, I found most packages too restrictive and fell back on Processing: http://processing.org A project out of the MIT Media Lab, it's a generic graphics framework you can (among other things) produce 2D time series graphs in. It's still tedious, but tedium is traded for control.
Some of my projects in Processing:
http://jjguy.com/som/ - Self Organizing Maps
http://jjguy.com/life/ - Conway's Game of Life
I don't have a great time series write-up posted, but I've been working with Robert May's population model recently. [1] You can find the source at [2] and example output image at [3].
[D] http://secviz.org/content/the-davix-live-cd
[0] http://secviz.org/category/image-galleries/graph-exchange
[1] http://en.wikipedia.org/wiki/Logistic_function#In_ecology:_m...
[2] http://jjguy.com/populationModel.pde
[3] http://jjguy.com/normal.png