Skip to content

Commit

Permalink
Update pygrb_plotting_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangomezlopez authored Jul 22, 2024
1 parent c67a4a6 commit 6554596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/results/pygrb_plotting_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def pygrb_plotter(trigs, injs, xlabel, ylabel, opts,

# Set up plot
fig = plt.figure()
cax = fig.gca()
cax = fig.gca()
# Plot trigger-related and (if present) injection-related quantities
cax_plotter = cax.loglog if opts.use_logs else cax.plot
cax_plotter(trigs[0], trigs[1], 'bx')
Expand Down

0 comments on commit 6554596

Please sign in to comment.