Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 924567c

Browse files
committed
added animations to changelog
1 parent febe6f4 commit 924567c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6-
7-
## [1.12.10] - 2016-11-23
86
### Updated
97
- `FF.create_violin` and `FF.create_scatterplotmatrix` now by default do not print subplot grid information in output
108

@@ -13,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1311
- 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).
1412
- `colors.py` file which contains functions for manipulating and validating colors and arrays of colors
1513
- '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.
1616

1717
### Fixed
1818
- Trisurf now uses correct `Plotly Colorscales` when called

0 commit comments

Comments
 (0)