File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 1.12.4] - 2016-07-14
6+ ### Added
7+ - The FigureFactory can now create 2D-density charts with ` .create_2D_density ` . Check it out with:
8+ ```
9+ import plotly.tools as tls
10+ help(tls.FigureFactory.create_2D_density)
11+ ```
12+
513## [ 1.12.3] - 2016-06-30
614### Updated
715- Updated ` plotly.min.js ` from 1.13.0 to 1.14.1
@@ -13,12 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1321
1422### Added
1523- Added ` update_plotlyjs_for_offline ` in makefile in order to automate updating ` plotly.min.js ` for offline mode
16- - The FigureFactory can now create 2D-density charts with ` .create_2D_density ` . Check it out with:
17- ```
18- import plotly.tools as tls
19- help(tls.FigureFactory.create_2D_density)
20- ```
21-
2224
2325## [ 1.12.2] - 2016-06-20
2426### Updated
You can’t perform that action at this time.
0 commit comments