-
Notifications
You must be signed in to change notification settings - Fork 0
st plot
b2o2i edited this page Apr 3, 2026
·
4 revisions
Generates charts from cross-product data: score distributions, AI comparisons, and timing breakdowns. Displays in the browser or saves to files.
Run after: st-cross
st-plot --plot all --display subject.json # show all plots on screen
st-plot --plot evaluator_v_target --display s.json # single plot on screen
st-plot --plot all --file subject.json # save all plots to ./tmp/
st-plot --plot bar_score_target --file --path out/ s.json # save to custom dir
st-plot --csv subject.json # export data as CSV
st-plot --file_kv subject.json # JSON map of saved file paths
st-plot --ai-caption subject.json # AI caption of score patterns
st-plot --ai-title --ai gemini subject.json # AI title using Gemini
st-plot --ai-short subject.json # AI short summaryOptions: --plot --file --path --display --file_kv
Related: st-cross · st-heatmap · st-verdict · st-speed
Chart rendering lives in mmd_plot.py. Use --plot all to generate every chart type, --file to save instead of display, and --path to set the output directory.