plotting pickings

Hello,

I need to plot some phase picks from a quakeml file on top of the waveforms.

Is there any immediate way to do this? Or should I plot the waveforms in a matplolib figure and then plot the picks on top?

Thanks!

Laura

Hi Laura,

sorry for the late reply.

I need to plot some phase picks from a quakeml file on top of the waveforms.

Is there any immediate way to do this? Or should I plot the waveforms in a matplolib figure and then plot the picks on top?

Pretty much just plot them on top. The plotting utilities in ObsPy are also just intended to quickly give an idea what data a certain object contains - anything more complex will require a custom plot.

Cheers!

Lion

Also you could check the last version of Obspyck written by Tobias Megies which gives the possibility to plot all picks associated to an event (given a QuakeMl file)

Cheers,

Christian