Skip to content
Snippets Groups Projects
Commit fc09e4a0 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

lvalert_psd_plotter: increase resolution of plot to 1280 wide

parent 02cbb326
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ for graceid in graceids:
psds = get_psds(gracedb_client, graceid, ignore_404 = options.skip_404)
if psds is None:
continue
fig = plotpsd.plot_psds(psds, lvalert_helper.get_coinc_xmldoc(gracedb_client, graceid), plot_width = 1024)
fig = plotpsd.plot_psds(psds, lvalert_helper.get_coinc_xmldoc(gracedb_client, graceid), plot_width = 1280)
try:
fig.tight_layout()
except AttributeError:
......
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