starsimhub / starsim

Starsim disease modeling framework
http://starsim.org
MIT License
17 stars 11 forks source link

Improve custom module plot rendering #746

Open cliffckerr opened 3 weeks ago

cliffckerr commented 3 weeks ago

A custom module named e.g. "MySIR" renders in plots as "Mysir", and setting name or label doesn't change this.

cliffckerr commented 1 week ago

It's because results only store the module string, not the module itself, providing limited options for changing it. Should redo this approach, maybe along with #736