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
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 settingreverse_order=True
when callingplotResults
,plotCompareResults
orplotPopulationCrossSection
, which will reverse both the layer/stacking order and the legend order. The legend order for separate legends should be the same as indev
plot mode