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

gstlal_inspiral_lvalert_psd_plotter: increase plot resolution

parent b13ca8ff
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ plotpsd.matplotlib.rcParams.update({
"xtick.labelsize": 8.0,
"ytick.labelsize": 8.0,
"legend.fontsize": 8.0,
"figure.dpi": 100,
"savefig.dpi": 100,
"figure.dpi": 175,
"savefig.dpi": 175,
"text.usetex": True,
"path.simplify": True
})
......@@ -182,7 +182,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, get_coinc_xmldoc(gracedb_client, graceid))
fig = plotpsd.plot_psds(psds, get_coinc_xmldoc(gracedb_client, graceid), plot_width = 1024)
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