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

plotpsd: change grid to solid, thin, lines, and add to minor ticks

parent 324b7861
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def plot_psds(psds, coinc_xmldoc = None, plot_width = 640):
FigureCanvas(fig)
fig.set_size_inches(plot_width / float(fig.get_dpi()), int(round(plot_width / plotutil.golden_ratio)) / float(fig.get_dpi()))
axes = fig.gca()
axes.grid(True)
axes.grid(which = "both", linestyle = "-", linewidth = 0.2)
min_psds, max_psds = [], []
min_fs, max_fs = [], []
......
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