Thanks to visit codestin.com Credit goes to github.com
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 70c7885 commit 5bebbd2Copy full SHA for 5bebbd2
CHANGELOG.md
@@ -17,8 +17,16 @@ This is now fixed. Your graphs will be exported to your
17
18
## [1.9.1] - 2015-11-26
19
### Added
20
-- The FigureFactory can now create annotated heatmaps with `.create_annotated_heatmap`.
+- The FigureFactory can now create annotated heatmaps with `.create_annotated_heatmap`. Check it out with:
21
+```
22
+import plotly.tools as tls
23
+help(tls.FigureFactory.create_annotated_heatmap)
24
25
- The FigureFactory can now create tables with `.create_table`.
26
27
28
+help(tls.FigureFactory.create_table)
29
30
31
## [1.9.0] - 2015-11-15
32
- Previously, using plotly offline required a paid license.
0 commit comments