Hi all,
I have an obspy stream object containing mutliple channels. What I want is using obspy’s plot function and then add a avertical line into each channel (e.g. theo. EQ arrivals). To do smething likle this, I found this obspy GitHub discussion:
https://github.com/obspy/obspy/issues/522
(basically, set option show=False and keep going …)
However, I don’t get this to work. I DO NOT want to build my plots from the scratch, i.e. using Matplotlib’s standard functions. I simply would like to add very minor stuff. Can this be done and if so, has anyone a minimal working example for me?
Thanks a lot in advance!
John