lsst-uk / lsst-adler

Apache License 2.0
0 stars 0 forks source link

phase curve plot func #114

Closed jrob93 closed 2 months ago

jrob93 commented 2 months ago

Fixes #112.

This is a start at adding some plotting utility functions, e.g. making phase curve plots from adler objects. I have tried to write this such that a matplotlib figure object is returned by the function, this can either be displayed or manipulated further.

Review Checklist for Source Code Changes

jrob93 commented 2 months ago

If this approach looks sensible I would like to add more plotting functions and improve the demo notebook notebooks/plotting_utilities.ipynb (and add unit tests of course)