nanograv / pint_pal

A long-lived repository for NANOGrav Pulsar Timing workflows and analysis.
MIT License
6 stars 19 forks source link

Put colors/markers in plot_settings & fix defaults #78

Closed tcromartie closed 2 weeks ago

tcromartie commented 2 months ago

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).