I am looking to plot a graph that depicts a clock signal. The following is what I am looking forward to plot.
I have say four objects. Object one is either in state 1 or state 0 for a particular length of time. I also have to mention (some where on the top of the clock signal) how long is the zero period and how long is the 1 period.
I have to do the above procedure for rest of the three objects one over the other so that I can compare those clock signal type graphs. I have attached an image I want something on the lines of this image. Where out2 out1 etc are my objects and I mention the length of each 0 or 1 state above each graph. I do not want those clock and reset signals.
Can some one tell me what type of graph should I user from matplotlib library for this type of representation? how to plot each signal one over the other?
