LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Issue/231/plotting functions #236

Closed Catarina-Alves closed 3 years ago

Catarina-Alves commented 3 years ago

Progress to solve #231. In here we add a function to plot the observations and the GPs at the same time.

Catarina-Alves commented 3 years ago

Here I made the code more compliant with the conventions and added a function (plot_obj_and_model).

Is the plot_obj_and_model function good or shall I divide it into two functions (depending on whether the axes are provided)?