I have 3 lists, each containing numbers, representing a time. The time represents occuring of an event. For example, in this A, I have a number for each occurence of event A. I want to represent this data on a graph. In either of the following two ways:
1)
aabaaabbccacac
2)
a-> xx xxx x x
b-> x xx
c-> xx x x
You could use plt.hlines:
yields