Skip to content

Commit

Permalink
Update bin/live/pycbc_live_plot_combined_single_fits
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <[email protected]>
  • Loading branch information
GarethCabournDavies and titodalcanton authored Aug 4, 2023
1 parent 59098d8 commit dfde676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_plot_combined_single_fits
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ for ifo in ifos:
count_labels = [l.get_label() for l in count_lines]
ax_count.legend(count_lines, count_labels, loc='lower center',
ncol=5, bbox_to_anchor=(0.5, 1.01))
ax_count.set_ylabel('Rate of triggers above fit threshold, $s^{-1}$')
ax_count.set_ylabel('Rate of triggers above fit threshold [s$^{-1}$]')

for ax in [ax_count, ax_alpha]:
ax.set_xticks(xtix)
Expand Down

0 comments on commit dfde676

Please sign in to comment.