Klimaatlas / KAPy

Klimaatlases in Python
MIT License
2 stars 4 forks source link

KAPy should be a back-end tool, not a front-end tool #102

Closed markpayneatwork closed 2 days ago

markpayneatwork commented 2 days ago

Is your feature request related to a problem? Please describe. A key aspect of KAPy is that it is a backend tool - it should not be used for producing outputs. The plotting functionality that we have at the moment sits on the wrong side of this distinction, and indicates to the user that customisable production-quality outputs can be made with KAPy.

Describe the solution you'd like Remove all forms of customisation from the plots - in particular around the choice of scenario colours, and the naming of axes. This fits nicely with #101, where we want to remove the scenario configuration file anyway.

Describe alternatives you've considered Naming of the time periods could also be removed from the plots, but on the other hand it is a handy convenience function. Could also consider removing the plotting functionality altogether, but it is handy to check that things are going as expected..