I'd like to create a timeline of sorts. The following attached picture:
Shows what I am trying to visualize. I'd like a timeline that takes as input events with start and stop times. If the event is of one type, the line is colored one color, another if it is another specific event.
For example:
starttime | event
-----------------------
8AM | cold
11AM | hot
12:30PM | cold
1PM | hot
1:45PM | cold
4PM | hot
What is the exact name if this visualization technique? And where can I find/create one dynamically on a webpage? I looked briefly at d3 but I did not see anything initially that allowed for such a visualization outside of a hybrid bar-graph. I also thought about gnu plot but unsure how to turn the bars on their side and repeat patterns as event come up.