Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Sep 28, 2023
1 parent b14eed6 commit 5855bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_plot_single_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ for ifo in ifos:
1.05 * maxstat if args.x_lim_upper is None else args.x_lim_upper
)
ax.set_ylim(
0.5 / live_time[ifo] if args.y_lim_lower is None else args.y_lim_lower
0.5 / live_time[ifo] if args.y_lim_lower is None else args.y_lim_lower,
1.5 * max_rate if args.y_lim_upper is None else args.y_lim_upper
)
ax.set_xlabel(sngl_ranking)
Expand Down

0 comments on commit 5855bef

Please sign in to comment.