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

Skip to content

Commit 89e45c4

Browse files
authored
Merge pull request plotly#631 from plotly/changelog-for-errors
changelog for new-errors-in-create-animations
2 parents 1f0af64 + a1adb7b commit 89e45c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ 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+
### Updated
7+
- `plotly.plotly.create_animations` and `plotly.plotly.icreate_animations` now return appropriate error messages if the response is not successful.
68

79
## [1.12.12] - 2016-12-06
810
### Updated
@@ -44,7 +46,7 @@ figure_or_data = {'data': [{'x': [1, 2], 'y': [0, 1]}],
4446
iplot(figure_or_data)
4547
```
4648
More examples can be found at https://plot.ly/python/animations/.
47-
- Upcoming animations in online mode: use `plotly.plotly.create_animations()` and `plotly.plotly.icreate_animations()` which animate a figure with the `frames` argument.
49+
- Upcoming animations in online mode: use `plotly.plotly.create_animations` and `plotly.plotly.icreate_animations` which animate a figure with the `frames` argument.
4850

4951
### Fixed
5052
- Trisurf now uses correct `Plotly Colorscales` when called

0 commit comments

Comments
 (0)