Redraw the paper’s figures from logged outputs.
Steps:
- •For each target figure/panel, define in code:
- •input files (curves, summary stats)
- •axis labels + units
- •x-axis scale and limits
- •y-axis limits
- •smoothing (if any) and CI style
- •Implement scripts/make_figures.py using matplotlib.
- •Save outputs to figures/ with deterministic filenames:
- •figures/fig_<X>.png and figures/fig_<X>.pdf
- •Add a “figure manifest” file:
- •figures/manifest.json describing exactly what data produced each figure.
- •Update README with: python -m scripts.make_figures