This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Releases: plotly/plotly_express
Releases · plotly/plotly_express
v0.4.1
v0.4.0
- Final independent release of
plotly_express
which depends onplotly>=4.0.0
and re-exportsplotly.express
v0.3.1
- Pins
plotly
version below 4
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
v0.2.2
v0.2.1
v0.2.0
v0.1.9
v0.1.8
v0.1.7
- adds
hover_data
kwarg almost everywhere per #6 - adds marginal plots to
px.histogram()
- threads
hover_name
andhover_data
to marginal plots - fixes #4 such that you can now use trendlines with time series
- fixes a bug wherein colorscale midpoints couldn't be set to 0
- fixes bugs related to marginal plots in
px.density_contours()