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

Skip to content

Commit 1f1c46b

Browse files
authored
Update CHANGELOG.md
1 parent c03e18a commit 1f1c46b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

5+
## [1.12.5] - 2016-08-03
6+
### Updated
7+
- `.create_trisurf` now supports making a visible colorbar for the chart. Check out the docs with:
8+
```
9+
import plotly.tools as tls
10+
help(tls.FigureFactory.create_trisurf)
11+
```
12+
513
## [1.12.4] - 2016-07-14
614
### Added
715
- The FigureFactory can now create 2D-density charts with `.create_2D_density`. Check it out with:

0 commit comments

Comments
 (0)