I want to draw 2 stem plots on the same figure.
Here is an example:

I found this stem plot example from the matplotlib: http://matplotlib.org/examples/pylab_examples/stem_plot.html
However, I don't see how to add an offset to the stem plot. (+1 or +2 on Y axis).
Maybe another plot type could also work for me ? I want to display small events with vertical bars.
This feature would be similar to the "BaseValue" from the Matlab stem plot.

