nmdickson / GCfit

Multimass (LIMEPY) globular cluster equilibrium models and fitting them to observations
https://gcfit.readthedocs.io
MIT License
3 stars 1 forks source link

fix label kwarg in component density plots #176

Closed nmdickson closed 1 year ago

nmdickson commented 1 year ago

Things like the cumulative density plots use labels for individual things like MS, WD, BH. These were originally passed in just using label to the profile plotting function, but that has changed recently, and these should now use the more novel model_label kwargs, since that is what they refer to.