Skip to content

Commit b76ea00

Browse files
authored
Update CHANGELOG.md
1 parent 7d649ca commit b76ea00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [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+
```
612

713
## [1.12.0] - 2016-06-06
814
### Added

0 commit comments

Comments
 (0)