Skip to content
Snippets Groups Projects
Commit 9ef826b6 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_plot_psd: hardcode limits for consistent plots

parent 7bcc8d1c
No related branches found
No related tags found
No related merge requests found
......@@ -67,5 +67,6 @@ for fname in sys.argv[2:]:
pyplot.ylabel('Strain^2/Hz')
pyplot.legend()
pyplot.grid()
pyplot.ylim([min(minpsd), min(minpsd)*1e10])
pyplot.ylim([1e-50, 1e-30])
pyplot.xlim([1, 1e4])
pyplot.savefig(outname)
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