plotlet v0.6.2

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