[3.7.0] - 2019-03-08
Updated
- Updated Plotly.js to version 1.45.2. See the
plotly.js CHANGELOG
for more information.
Added
- Added new
auto_play
argument to offlineplot
andiplot
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 usingplotly.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 ofFigureWidget
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!