plotly v3.6.0 Release Notes

Release Date: 2019-02-01 // over 5 years ago
  • ⚡️ Updated

    • Updated Plotly.js to version 1.44.1. Select highlights included below. See the plotly.js CHANGELOG for more information.

    ➕ Added

    • Add isosurface gl3d trace type (plotly/plotly.js#3438)
    • Preview of ternary contour figure factory (#1413). Special thanks to @emmanuelle for this contribution!
    • Add support for line.color colorbars for scatter3d traces (#1085, plotly/plotly.js#3384)
    • Add support for hovertemplate on scatterpolar, scatterpolargl, scatterternary, barpolar, choropleth, scattergeo, and scattermapbox trace (plotly/plotly.js#3398, plotly/plotly.js#3436)
    • Add width attribute to box and violin traces (plotly/plotly.js#3234)
    • Add support for <sup>, <sup>, <b>, <i> and <em> pseudo-html tags in extra (aka trace "name") hover labels (plotly/plotly.js#3443)
    • Add 4 additional colors to the colorway cycle of the plotly themes (#1408)
    • Automatically coerce array-like objects (e.g. xarray DataArrays) to numpy arrays (#1393). Special thanks to @malmaud for this contribution!

    🛠 Fixed

    • Fix annotated heatmap text color when values are specified as a nested list (#1300)
    • Fix update method with legacy title* properties (#1403)
    • Fix deprecation warnings on Python 3.7 and ipywidgets > 7.0 (#1417). Special thanks to @Juanlu001 for this contribution!