Skip to content

Commit

Permalink
Update bin/pygrb/pycbc_pygrb_plot_chisq_veto
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <[email protected]>
  • Loading branch information
pannarale and titodalcanton authored Nov 21, 2024
1 parent 1f500a0 commit 92fcde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pygrb/pycbc_pygrb_plot_chisq_veto
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ y_max = 1.1*plu.axis_max_value(found_trigs[y_key], found_injs[y_key],

# Determine y-axis label
y_label = "Network power chi-square" if veto_type == 'network' \
else ifo + " Single " + veto_labels[veto_type].lower() + " chi-square"
else f"{ifo} Single {veto_labels[veto_type].lower()} chi-square"

# Determine contours for plots
conts = None
Expand Down

0 comments on commit 92fcde4

Please sign in to comment.