POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
25 stars 19 forks source link

Combine plots into one file #278

Closed mkruckow closed 1 month ago

mkruckow commented 3 months ago

Currently we get a lot of plots in the post-processing pipeline. It would be nicer to combine plots of different mass ratio/CO mass into one plot with multiple pages instead of having separate files for each slice.

mkruckow commented 3 months ago

It looks like python's matplotlib can only create multiple page image files with the PDF backend, hence we'd need to switch to PDF for plots, if we'd like to reduce the number of files. Are there any opinions or even objections about such a change?