plotly v4.14.2 Release Notes

Release Date: 2021-01-11 // about 3 years ago
  • ⚡️ Updated

    • JupyterLab extensions now compatible with JupyterLab 3.x 3016
    • ⚡️ Updated Plotly.js to version 1.58.4. See the plotly.js CHANGELOG for more information. These changes are reflected in the auto-generated plotly.graph_objects module. Notable changes include:
      • fixes for rendering 3d plots on recent Safari versions
      • fixes to inside ticklabels
      • regression fixes

    🛠 Fixed

    • px.histogram() Y-axis labels now take into account histnorm and barnorm 2989
    • px.histogram() marginal and facet_* now work correctly together 3014