I am looking for a gnuplot-like program for charting data in a timeline.
gnuplot-like ==
The output should be something like this:
| | | | |
set5|###################### | |
| | | | |
set4| ###### ####### | ########|
| | | | |
set3|############ |############# |##
| | | | |
set2| ######################### |
| | | | |
set1| ######### |### |##########
| | | | |
----+----+----+----+----+----+----+----+----+--
00:00 00:30 01:00 01:30 02:00
My end goal is to automate the time line image creation using some data from scheduled gawk-based scripts. I've explored some ways to do this with gnuplot. The Boxxyerrorbar plot looks promising, or possibly a stacked bar chart with some transparent sections, or even a heat map type plot could work.
But before I dive any further into forcing my requirements through a gnuplot shaped hole, I wanted to see if anyone else knows of anything useful else that will work.
Along with R there is also matplotlib that has tons of charting possibilities.
Also I prefer matplotlib because it builds on python which is a very well developed and documented scripting language.
If you have used matlab before you will find matplotlib very easy to learn since it orients its API after the matlab way of plotting stuff.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With