Skip to content
Snippets Groups Projects
Commit 7cfca89f authored by Jameson Rollins's avatar Jameson Rollins
Browse files

Merge branch 'eq_plot_axis_change' into 'master'

changed plot label for eq plots to match new eq channel

Closes #207

See merge request jameson.rollins/locklost!131
parents 436d97bd 9a72f85f
No related branches found
No related tags found
No related merge requests found
Pipeline #552828 passed
......@@ -75,7 +75,7 @@ def check_seismic(event):
ax.spines['left'].set_color('indigo')
ax.yaxis.label.set_color('indigo')
ax.tick_params(axis='y', colors='indigo')
ax.set_ylabel('Band-limited RMS Velocity [nm/s]')
ax.set_ylabel('Estimated peak velocity, 30-100 mHz band [nm/s]')
ax.set_ylim(0, max(channel_data[channel].data)+1)
# setting right y-axis parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment