Plotting receiver functions for thesis/publications

Hi Tom! Just a quick question:

For plotting your receiver functions for your thesis did you output them directly from Python or did you used something like GMT for making the plots? If you used GMT, do you know where I could find more or less this template?
Thanks in advance for your help!
Screenshot from 2023-03-21 18-54-32

Hi Qian,

code which I used to create this figure is basically included in rf. You could call

fig = stream.plot_rf(fname=None)
ax1 = fig.axes[0]

and then add labels and customize the figure according to your needs.

The original python2 code is here (imaging.py and bin/rf/plot_rf.py).

1 Like