We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d649ca commit b76ea00Copy full SHA for b76ea00
CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
+### Added
7
+- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:
8
+```
9
+import plotly.tools as tls
10
+help(tls.FigureFactory.create_violin)
11
12
13
## [1.12.0] - 2016-06-06
14
### Added
0 commit comments