GNiklasch / GWO-glitch-visualization

Visualizing glitches (transient noise events) in strain data recorded by the LIGO and Virgo gravitational-wave observatories
GNU General Public License v3.0
0 stars 0 forks source link

Improve the appearance of ASD spectra #14

Closed GNiklasch closed 1 year ago

GNiklasch commented 1 year ago

Much downtuning of font sizes for title, major and minor tick labels had still left the amplitude spectral density plots look strangely different from all the other visualizations.

I finally realized that this came from an oddly small default figsize choice (probably by GWpy, haven't investigated). Explicitly specifying this kwarg (and re-adjusting the fontsizes to match the new figure dimensions) results in much nicer plots with slimmer lines.

This is commit 913f6d0.