plotly v4.6 Release Notes

Release Date: 2020-03-31 // about 4 years ago
  • ⚡️ Updated

    • Updated Plotly.js to version 1.53.0. See the plotly.js CHANGELOG for more information on the numerous new features and bug fixes of this release. The main features of the Plotly.js release are
      • Introduce range breaks on date axes (for example, to remove week-ends) via layout.xaxis.rangebreaks
      • Introduce a new unified x (or y) hovermode (layout.hovermode="x unified"), in which the hover box shows the information for all traces at a given x (or y) position
      • Add node.customdata and link.customdata to sankey traces
      • ⚡️ Updated contributing notes for more explanations on how to contribute to plotly.py #2290. Please give feedback on these notes!
      • 📚 Updated documentation examples #2325, and to show how to color links in Sankey diagrams #2291.
      • 📚 Special thanks to @SylwiaOliwia2 and @dangercrow for improving our documentation!

    ➕ Added

    • 📇 px.imshow now accepts xarray inputs, with metadata being used for axis labels, hover and colorbar #2166

    🛠 Fixed

    • Fixed handling of opacity in px.pie, px.funnel_area, px.density_mapbox, px.funnel #2317, with thanks to @tvaucher for the contribution!