Plot Types¶

Statistical visualizations with a unified interface. All plots support dark/light themes, grayscale optimization, and publication-quality output.

For detailed parameter documentation, see the API Reference.

Quick Reference¶

Plot Type

Best For

Essential Parameters

Line

Time series, trends

x, y, color

Scatter

Relationships, correlations

x, y, color, size

Bar

Categorical comparisons

x, y, color

Histogram

Distributions

x, color

Box

Statistical summaries

x, y, color

Heatmap

2D data, correlations

data

CDF

Cumulative distributions

x, color

Each plot guide includes examples, parameter details, and best practices. Start with the plot type that matches your data and visualization goals.