Skip to content
Snippets Groups Projects
Commit 83625807 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

set all ifo plot line width to 2

parent 165c56e8
No related branches found
No related tags found
No related merge requests found
Pipeline #138885 passed
......@@ -49,7 +49,7 @@ def main():
pad=range_pad,
range=label_range,
)
ax.loglog(freq, np.sqrt(data), label=label)
ax.loglog(freq, np.sqrt(data), label=label, lw=2)
ax.grid(
True,
......
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