Moves plot colors/markers into an external .yaml. Changes defaults to coloring by febe rather than monochrome NANOGrav. I ran black to clean up the code without thinking about how hard it makes it to track changes... I can try to restore it and make all the changes by themselves, but this is a pretty low-impact PR, so maybe not worth. The main changes all happen in the beginning (grabbing plot_settings.yaml and moving the marker/color definitions into a function to avoid repetition).
Moves plot colors/markers into an external
.yaml
. Changes defaults to coloring by febe rather than monochrome NANOGrav. I ranblack
to clean up the code without thinking about how hard it makes it to track changes... I can try to restore it and make all the changes by themselves, but this is a pretty low-impact PR, so maybe not worth. The main changes all happen in the beginning (grabbingplot_settings.yaml
and moving the marker/color definitions into a function to avoid repetition).