def plot_profile(self, *args, **kwargs): """ Create receiver function profile plot. See `.imaging.plot_profile()` for help on arguments. """ from rf.imaging import plot_profile return plot_profile(self, *args, **kwargs)