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)
src/dart-pipeline/plots.py
should contain plotting code - reading data usingoutput_path
andsources_path
as necessary and writing data usingplots_path
. Common plotting code should be modularised (https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)