kraemer-lab / DART-Pipeline

Data analysis pipeline for the Dengue Advanced Readiness Tools (DART) project
https://dart-pipeline.readthedocs.io
MIT License
2 stars 0 forks source link

Move plotting functions to plots.py #107

Closed abhidg closed 4 days ago

abhidg commented 2 months ago

src/dart-pipeline/plots.py should contain plotting code - reading data using output_path and sources_path as necessary and writing data using plots_path. Common plotting code should be modularised (https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)