Skip to content

Commit 6afca65

Browse files
authored
V4 chart studio updates (#1621)
* Rewrite `plotly.plotly.plot` to remove use of the v1 chart studio API. Remove fileopt argument * Use IPython.display.IFrame to remove deprecation warning when displaying figure in the Jupyter notebook using `chart_studio.plotly.iplot`
1 parent 17cf071 commit 6afca65

File tree

19 files changed

+167
-2194
lines changed

19 files changed

+167
-2194
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [1.0.0] - ???
6+
7+
The initial release of the stand-alone `chart-studio` package. This package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem). Prior to plotly.py version 4, This functionality was included in the `plotly` package under the `plotly.plotly` module. As part of plotly.py version 4, the Chart Studio functionality was removed from the `plotly` package and released in this `chart-studio` package.
8+
9+
10+
### Updated
11+
- The `chart_studio.plotly.plot`/`iplot` functions have been ported to the Chart Studio [v2 API](https://api.plot.ly/v2/).
12+
- The `chart_studio.plotly.plot`/`iplot` functions now support uploading figures that contain frames. This makes the legacy `chart_studio.plotly.create_animations`/`icreate_animations` functions unnecessary, though they are still included for backward compatibility.
13+
14+
### Fixed
15+
- Fixed iframe warning resulting from `chart_studio.plotly.iplot`
16+
17+
### Removed
18+
- The `fileopt` argument to `chart_studio.plotly.plot`/`iplot` was deprecated in plotly.py version 3.9.0 and has been removed in this initial release of the `chart-studio` package.
+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Package for interfacing with the plotly's Chart Studio
1+
# chart-studio
2+
This package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem). Prior to plotly.py version 4, This functionality was included in the `plotly` package under the `plotly.plotly` module. As part of plotly.py version 4, the Chart Studio functionality was removed from the `plotly` package and released in this `chart-studio` package.

packages/python/chart-studio/chart_studio/api/v1/__init__.py

-3
This file was deleted.

packages/python/chart-studio/chart_studio/api/v1/clientresp.py

-48
This file was deleted.

packages/python/chart-studio/chart_studio/api/v1/utils.py

-93
This file was deleted.

packages/python/chart-studio/chart_studio/package_data/graphWidget.js

-159
This file was deleted.

0 commit comments

Comments
 (0)