# Summary
[Introduction](./introduction.md)
[Gallery](./gallery.md)
[Origins](./origins.md)
# Plot Types
- [Scatter Plot](./plots/scatter.md)
- [Line Plot](./plots/line.md)
- [Bar Chart](./plots/bar.md)
- [Histogram](./plots/histogram.md)
- [2D Histogram](./plots/histogram2d.md)
- [Series Plot](./plots/series.md)
- [Band Plot](./plots/band.md)
- [Brick Plot](./plots/brick.md)
- [Box Plot](./plots/boxplot.md)
- [Violin Plot](./plots/violin.md)
- [Pie Chart](./plots/pie.md)
- [Heatmap](./plots/heatmap.md)
- [Strip Plot](./plots/strip.md)
- [Waterfall Chart](./plots/waterfall.md)
- [Dot Plot](./plots/dotplot.md)
- [Stacked Area Plot](./plots/stacked_area.md)
- [Candlestick Plot](./plots/candlestick.md)
- [Contour Plot](./plots/contour.md)
- [Chord Diagram](./plots/chord.md)
- [Sankey Diagram](./plots/sankey.md)
- [Phylogenetic Tree](./plots/phylo.md)
- [Synteny Plot](./plots/synteny.md)
- [UpSet Plot](./plots/upset.md)
- [Volcano Plot](./plots/volcano.md)
- [Manhattan Plot](./plots/manhattan.md)
# CLI
- [kuva CLI](./cli/index.md)
- [Terminal Output](./cli/terminal.md)
# Reference
- [Figure (Multi-Plot)](./reference/figure.md)
- [Layout & Axes](./reference/layout.md)
- [Themes](./reference/themes.md)
- [Color Palettes](./reference/palettes.md)
# Performance
- [Benchmarks](./benchmarks.md)