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 70c7885

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

File tree

2 files changed

+12
-1
lines changed
Filter options

2 files changed

+12
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines 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

Copy file name to clipboard
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.