Reference Summary¶
This page is a lightweight index to the PlotNado API surface.
Main entry points¶
plotnado.GenomicFigure: compose, edit, and render figuresplotnado.Template: model the YAML template format used by the CLIplotnado.TemplateCompiler: compile templates into render plansplotnado.Theme: define figure-wide defaults for styling and spacing
Fastest ways to inspect the API¶
- Use Reference for the high-level method map
- Use API Reference for runtime option discovery
- Use Aesthetics Reference when you need track, aesthetics, and label field groupings quickly
Common workflows¶
- Compose in Python: Quick Start
- Build from YAML: CLI Guide
- Choose track types: Track Catalog
- Debug scale and overlay issues: Troubleshooting