Skip to content

Commit

Permalink
Merge branch 'harmonics' of github.com:hfmark/rf into harmonics
Browse files Browse the repository at this point in the history
issue with the no-traces plot thing
  • Loading branch information
hfmark committed May 22, 2024
2 parents 6917abc + 7b3e31a commit 1a8625a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rf/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ def plot_rf(stream, fname=None, fig_width=7., trace_height=0.5,
stream = stream.slice2(*trim, reftime='onset')
if info is None:
info = ()
if not show_traces:
info=None
trace_height=0
N = len(stream)
# calculate axes and figure dimensions
# big letters: inches, small letters: figure fraction
Expand Down

0 comments on commit 1a8625a

Please sign in to comment.