Documentation
README
Plotting Agent (Step 2)
Faithful implementation of the Plotting Agent from PaperOrchestra (Song et al., 2026, arXiv:2604.05018, Β§4 Step 2 and App. F.1 p.45).
Cost: ~20β30 LLM calls. The paper uses PaperBanana (Zhu et al., 2026) as the default backbone with a closed-loop VLM-critique refinement. This skill expresses that loop in host-agent terms: you (the host agent) generate matplotlib code with your own LLM, render via your Bash/Python tool, optionally critique the rendered PNG with your vision model, redraw, and finally caption.
Inputs
workspace/outline.jsonβ specifically theplotting_planarrayworkspace/inputs/idea.mdandworkspace/inputs/experimental_log.mdβ the source dataworkspace/inputs/figures/β optional pre-existing figures (PlotOnmode)
This is the opening of the README. Read the full README on GitHub.