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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
-
7
-
## [1.12.10] - 2016-11-23
8
6
### Updated
9
7
-`FF.create_violin` and `FF.create_scatterplotmatrix` now by default do not print subplot grid information in output
10
8
@@ -13,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
11
- Please note that these configuration options are for offline plots ONLY. For configuration options when embedding online plots please see our [embed tutorial](http://help.plot.ly/embed-graphs-in-websites/#step-8-customize-the-iframe).
14
12
-`colors.py` file which contains functions for manipulating and validating colors and arrays of colors
15
13
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
14
+
- animations now work in offline mode. By running `plotly.offline.plot()` and `plotly.offline.iplot()` with a a `fig` with `frames`, the resulting plt will cycle through the figures defined in `frames` either in the browser or in an ipython notebook respectively.
15
+
- Upcoming animations in online mode: use `plotly.plotly.create_animations()` and `plotly.plotly.icreate_animations()` which animate a figure with the `frames` argument.
16
16
17
17
### Fixed
18
18
- Trisurf now uses correct `Plotly Colorscales` when called
0 commit comments