Closed Moon121212 closed 5 months ago
There are docs here for general plot customisation: https://smtg-bham.github.io/sumo/customising-plots.html
e.g. to override the colours with a custom sequence
echo "axes.prop_cycle: cycler('color', ['blue', 'red'])" > tmp.mplstyle sumo-bandplot --style tmp.mplstyle
There are docs here for general plot customisation: https://smtg-bham.github.io/sumo/customising-plots.html
e.g. to override the colours with a custom sequence