optimamodel / optima-tb

Optima TB-UCL model
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Fix plotting levels #116

Closed RomeshA closed 6 years ago

RomeshA commented 6 years ago

This changes the behaviour of separateLegends to no longer support reversing the legend order. Instead, the legend order should be sensibly determined from the plotting script i.e. for stacked plots, it should automatically be reversed from the outset. Now, the only possibility for reversal is by setting reverse_order=True when calling plotResults, plotCompareResults or plotPopulationCrossSection, which will reverse both the layer/stacking order and the legend order. The legend order for separate legends should be the same as in dev plot mode

RomeshA commented 6 years ago

Issues with plot_levels