File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
13
## [ 1.12.3] - 2016-06-30
6
14
### Updated
7
15
- 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/).
13
21
14
22
### Added
15
23
- 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
-
22
24
23
25
## [ 1.12.2] - 2016-06-20
24
26
### Updated
You can’t perform that action at this time.
0 commit comments