Open cliffckerr opened 3 weeks ago
A custom module named e.g. "MySIR" renders in plots as "Mysir", and setting name or label doesn't change this.
name
label
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
A custom module named e.g. "MySIR" renders in plots as "Mysir", and setting
name
orlabel
doesn't change this.