This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Releases: plotly/plotly_express
Releases · plotly/plotly_express
Release list
v0.4.1
v0.4.0
- Final independent release of
plotly_expresswhich depends onplotly>=4.0.0and re-exportsplotly.express
v0.3.1
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_modeheuristic has been improved
v0.2.2
- Enforces frame order no matter the grouping order (#23)
v0.2.1
- Fixes an issue whereby category orders weren't correctly following input order when using two or more of color/animation_frame/line_group/facet_* (#23)
v0.2.0
v0.1.9
- Fixes issue raised in #72 whereby shared colorscales weren't being correctly shared
v0.1.8
px.area()for stacked area charts- continuous color for bar charts #62
- overrideable defaults via
px.defaults opacityforscatter_geoandscatter_mapbox- stricter validation and nicer error messages for column name arguments
- more complete support for
violinmode,barmodeandboxmode
v0.1.7
- adds
hover_datakwarg almost everywhere per #6 - adds marginal plots to
px.histogram() - threads
hover_nameandhover_datato 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()