Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70c7885

Browse files
committed
🎆 V1.9.2 - export to plotly fix for plotly offline mode
1 parent 61ddcd2 commit 70c7885

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.9.2] - 2015-11-30
8+
**Bug Fix**: Previously, the "Export to plot.ly" link on
9+
offline charts would export your figures to the
10+
public plotly cloud, even if your `config_file`
11+
(set with `plotly.tools.set_config_file` to the file
12+
`~/.plotly/.config`) set `plotly_domain` to a plotly enterprise
13+
URL like `https://plotly.acme.com`.
14+
15+
This is now fixed. Your graphs will be exported to your
16+
`plotly_domain` if it is set.
17+
718
## [1.9.1] - 2015-11-26
819
### Added
920
- The FigureFactory can now create annotated heatmaps with `.create_annotated_heatmap`.

plotly/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.9.1'
1+
__version__ = '1.9.2'

0 commit comments

Comments
 (0)