Following issue #129, models can now be plotted in flux.
New lines were added to the functions model.plot_lc() and model._get_lc(), which were then shortened.
Important: model.get_lc() still calculates light curves in magnitudes only.
Please change version number to 2.22.0.
I also suggest to replace _plt_settings to _plot_axes, i.e., start function with a verb (Jen's rule no. 4) and clearer noun.
Following issue #129, models can now be plotted in flux. New lines were added to the functions
model.plot_lc()
andmodel._get_lc()
, which were then shortened.Important:
model.get_lc()
still calculates light curves in magnitudes only.