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