v4.8.2
See the full announcement at https://community.plotly.com/t/announcing-plotly-py-4-8-plotly-express-support-for-wide-and-mixed-form-data-plus-a-pandas-backend/40048
Updated
- Updated Plotly.js to version 1.54.5. See the plotly.js CHANGELOG for more information. This version includes various bug and security fixes.
add_traces()now accepts bareint-like values forrows/colsas well as lists thereof (#2546), with thanks to @MCBoarder289 for the contribution!
Fixed
row/colnow acceptint-like values, not strictlyintvalues (#2451), with thanks to @MCBoarder289 for the contribution!- Fixed special cases with
px.sunburstandpx.treemapwithpathinput (#2524) - Fixed bug in
hover_dataargument ofpxfunctions, when the column name is changed with labels andhover_datais a dictionary setting up a specific format for the hover data (#2544). - Made the Plotly Express
trendlineargument more robust and made it work with datetimexvalues (#2554) - Fixed bug in
px.sunburstandpx.treemap: when thecolorandvaluesarguments correspond to the same column, a different aggregation function has to be used for the two arguments (#2591) - Plotly Express wide mode now accepts mixed integer and float columns (#2598)
- Plotly Express
range_(x|y)should not impact the unlinked range of marginal subplots (#2600) px.linenow setsline_group=<variable>in wide mode by default (#2599)- Corrected some regex warnings (#2577), with thanks to @georgevdd for the contribution!