Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cf0bf8

Browse filesBrowse files
committed
Merge branch 'master' of https://github.com/plotly/plotly.py
2 parents 98bddc4 + 42653aa commit 8cf0bf8
Copy full SHA for 8cf0bf8

File tree

Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [1.12.2] - 2016-06-19
6+
### Added
7+
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
8+
```
9+
import plotly.tools as tls
10+
help(tls.FigureFactory.create_gantt)
11+
```
12+
- Ability to download images in offline mode. By providing an extra keyword `image` to the existing plot calls, you can now download the images of the plots youmake in offline mode.
13+
14+
15+
## [1.12.1] - 2016-06-19
616
### Added
717
- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:
818
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.