You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Plotly.js to version 1.45.2. See the plotly.js CHANGELOG
for more information.
Added
Added new auto_play argument to offline plot and iplot to control
whether figures with frames are automatically animated when the figure is
loaded
(#1447)
Added support for uploading "offline" animations (those with inline data
arrays rather than grid references) to Chart Studio using plotly.plotly.create_animations
(#1432)
Updated
Updated implementation of the ternary_contour figure factory that was
added in 3.6.0. The new implementation uses the native plotly.js ternary axes
and provides ILR transform support.
(#1418)
Fixed
Make sure the trace selectedpoints property of FigureWidget traces is
updated on the Python side in response to plotly.js selection events
(#1433)
Fix validation for 0-dimensional numpy arrays
(#1444). Special thanks to @ankokumoyashi for this contribution!