A plotting library built for AI authorship.
pip install plotlet
plotlet assumes the author of a figure is often a program — an AI assistant, a test script, a CI job — that can’t eyeball pixels. So every pipeline stage answers questions as structured data, and the same script produces the same SVG, byte for byte, on every machine.
Where to start
New to plotlet?
The tutorial teaches the whole model in seven short chapters.
“Does it
have…?” The reference has a page per built-in
mark: minimal call, full docstring, worked examples for the common
ones.
Building something bigger?
The cookbook has the composed, multi-panel recipes.
Author is an AI?
One page walks the whole thesis with real output: inspect every
seam, verify by diff, extend the vocabulary.