Problem
The current data-flow diagram on the Usage Principles page (docs/source/_artwork/diagrams/components.png, shown at usage_principles.rst:49) predates the current API vocabulary and visual style. It is the figure slated for replacement, but no replacement asset exists yet — so the page refresh (#226) is blocked on artwork that has to be designed first.
Goal
Produce one clean, current data-flow infogram asset (the canonical load → parts → feature → model → explain → plot flow) that #226 can drop straight into the Usage Principles page — in a visual style consistent with the new ecosystem map.
Requirements
KPIs / Acceptance criteria
Scope / non-goals
Dependencies
Standards checklist
Problem
The current data-flow diagram on the Usage Principles page (
docs/source/_artwork/diagrams/components.png, shown atusage_principles.rst:49) predates the current API vocabulary and visual style. It is the figure slated for replacement, but no replacement asset exists yet — so the page refresh (#226) is blocked on artwork that has to be designed first.Goal
Produce one clean, current data-flow infogram asset (the canonical
load → parts → feature → model → explain → plotflow) that #226 can drop straight into the Usage Principles page — in a visual style consistent with the new ecosystem map.Requirements
df_seq(+df_scales/df_cat) →df_parts(viaSequenceFeature,split_kws) →df_feat(viaCPP) → model (TreeModel) → explanation (ShapModel) → plot, with the side branchesAAclust(redundancy reduction) anddPULearn(negatives from unlabeled data).df_seq,df_parts,split_kws,df_feat;SequenceFeature/AAclust/CPP/dPULearn/TreeModel/ShapModel) — cross-check againstdocs/module_map.md.docs/source/_artwork/diagrams/as both a vector (.svg) and a raster (.png) at docs page width._static/aaanalysis_ecosystem.html) — same palette / typography family — so the two read as one design system.KPIs / Acceptance criteria
.svg+.pngcommitted under_artwork/diagrams/, legible at 100% page width (no clipped labels)... figure::directive (make html, no warnings).Scope / non-goals
usage_principles.rstprose / swapping the figure in — that is Refresh Usage Principles landing-page diagrams: swap in the new data-flow infogram + drop the mini-ecosystem figure #226 (this issue only produces the asset).Dependencies
Standards checklist
docs/module_map.md/ current public API.