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 9e721a3 commit b989572Copy full SHA for b989572
CHANGELOG.md
@@ -27,6 +27,12 @@ Note: This is a backwards incompatible change.
27
### Added
28
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
29
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
+
36
37
38
## [1.10.0] - 2016-05-19
0 commit comments