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

Skip to content

Commit 5bebbd2

Browse files
committed
🎎 Add some examples to the changelog
1 parent 70c7885 commit 5bebbd2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,16 @@ This is now fixed. Your graphs will be exported to your
1717

1818
## [1.9.1] - 2015-11-26
1919
### Added
20-
- The FigureFactory can now create annotated heatmaps with `.create_annotated_heatmap`.
20+
- 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+
```
2125
- The FigureFactory can now create tables with `.create_table`.
26+
```
27+
import plotly.tools as tls
28+
help(tls.FigureFactory.create_table)
29+
```
2230

2331
## [1.9.0] - 2015-11-15
2432
- Previously, using plotly offline required a paid license.

0 commit comments

Comments
 (0)