Skip to content

Commit b989572

Browse files
committed
Update CHANGELOG.md
1 parent 9e721a3 commit b989572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Note: This is a backwards incompatible change.
2727
### Added
2828
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
2929
in the `init_notebook_mode()` function call
30+
- The FigureFactory can now create trisurf plots with `.create_trisurf`. Check it out with:
31+
```
32+
import plotly.tools as tls
33+
help(tls.FigureFactory.create_trisurf)
34+
```
35+
3036

3137

3238
## [1.10.0] - 2016-05-19

0 commit comments

Comments
 (0)