We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03e18a commit 1f1c46bCopy full SHA for 1f1c46b
CHANGELOG.md
@@ -2,6 +2,14 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
13
## [1.12.4] - 2016-07-14
14
### Added
15
- The FigureFactory can now create 2D-density charts with `.create_2D_density`. Check it out with:
0 commit comments