anyplot.ai is a catalogue of plotting examples across 15 libraries in Python, R, Julia, JavaScript. Plot ideas come from humans; AI drafts the specification, generates code for every library, and reviews each implementation. Humans approve specs and tune the rules.
idea → spec (AI-drafted, human-approved) → code (AI-generated per library) → review (AI-evaluated). When a library ships a new release the pipeline re-runs; when a better example pattern emerges the spec is updated and every library regenerates. Generated code is never patched by hand.
Source, specs and pipeline live at github.com/MarkusNeusinger/anyplot (MIT). Machine access is documented in llms.txt; propose a new plot type via a spec request.