Releases: plotly/plotly_express
Releases · plotly/plotly_express
v0.4.1
07 Aug 16:07
Compare
Sorry, something went wrong.
No results found
plotly
4.1 fixes an important bug in plotly.express
so this new version of plotly_express
exists to depend on plotly>=4.1.0
v0.4.0
16 Jul 20:04
Compare
Sorry, something went wrong.
No results found
Final independent release of plotly_express
which depends on plotly>=4.0.0
and re-exports plotly.express
v0.3.1
20 Jun 13:13
Compare
Sorry, something went wrong.
No results found
Pins plotly
version below 4
v0.3.0
03 Jun 20:48
Compare
Sorry, something went wrong.
No results found
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
13 May 13:22
Compare
Sorry, something went wrong.
No results found
Enforces frame order no matter the grouping order (#23 )
v0.2.1
13 May 00:56
Compare
Sorry, something went wrong.
No results found
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
10 May 18:07
Compare
Sorry, something went wrong.
No results found
Default colorscales are now read from template
and template
now defaults to pio.templates.default
unless px.defaults.template
is set (fixes #70 )
OLS trendline fit information is exposed per #69
v0.1.9
08 May 16:02
Compare
Sorry, something went wrong.
No results found
Fixes issue raised in #72 whereby shared colorscales weren't being correctly shared
v0.1.8
07 May 14:30
Compare
Sorry, something went wrong.
No results found
px.area()
for stacked area charts
continuous color for bar charts #62
overrideable defaults via px.defaults
opacity
for scatter_geo
and scatter_mapbox
stricter validation and nicer error messages for column name arguments
more complete support for violinmode
, barmode
and boxmode
v0.1.7
23 Apr 19:15
Compare
Sorry, something went wrong.
No results found
adds hover_data
kwarg almost everywhere per #6
adds marginal plots to px.histogram()
threads hover_name
and hover_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()