This repository was archived by the owner on Aug 29, 2025. It is now read-only.
v0.3.0
- Strip plots with
px.strip()
- Heatmaps with
px.density_heatmap()
with matching colorscales (closes #1) - Contours now support histogram aggregation arguments
range_color
(closes #72)- Marginal histograms have count on hover (closes #91)
- Marginals have smarter coloring when main plot is continuously-colored
render_mode
heuristic has been improved