plotly v4.1.0 Release Notes

Release Date: 2019-08-06 // over 4 years ago
  • ⚡️ Updated

    • Updated Plotly.js to version 1.49.1. See the plotly.js CHANGELOG for more information.
    • Bars in the figures produced by the create_gantt figure factory may now be hidden by clicking on the legend (#1665). Special thanks to @csabaszan for this contribution!
    • Improved performance when serializing figures containing large numpy arrays (#1690). Special thanks to @miriad for this contribution!

    ➕ Added

    🛠 Fixed

    • Fixed incorrect facet row ordering in figures generated by plotly.express functions (plotly/plotly_express#129)
    • Fixed "The truth value of an array with more than one element is ambiguous" error when specifying subplot titles as numpy array of strings (#1685). Special thanks to @MrQubo for this contribution!
    • The line_3d plotly express function was not visible by default when importing * from plotly.express (#1667)