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

Skip to content

Commit 2e99103

Browse files
plotly.js CHANGELOG entry
1 parent a34ab48 commit 2e99103

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

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

55
## [4.9.0] - unreleased
66

7+
### Updated
8+
9+
- Updated Plotly.js to version 1.54.6. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.54.6/CHANGELOG.md) for more information.
10+
- Added all cartesian-2d Plotly Express functions, plus `imshow` to Pandas backend with `kind` option
11+
- `plotly.express.imshow` now uses data frame index and columns names and values to populate axis parameters by default ([#2539](https://github.com/plotly/plotly.py/pull/2539))
12+
-
713
### Added
814

915
- Added image export support using [Kaleido](https://github.com/plotly/Kaleido). The image export backend can be configured using the new `engine` argument to `plotly.io.to_image` and `plotly.io.write_image`. The `engine` argument may be set to `"kaleido"`, `"orca"`, or `"auto"`. The default is `engine="auto"`, in which case the Kaleido backend is enabled if the `kaleido` package from PyPI is installed, otherwise Orca is used. ([#2613](https://github.com/plotly/plotly.py/pull/2613)).
@@ -17,11 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1723

1824
- trendline traces are now of type `scattergl` when `render_mode="webgl"` in Plotly Express ([#2614](https://github.com/plotly/plotly.py/pull/2614))
1925

20-
### Updated
21-
22-
- Added all cartesian-2d Plotly Express functions, plus `imshow` to Pandas backend with `kind` option
23-
- `plotly.express.imshow` now uses data frame index and columns names and values to populate axis parameters by default ([#2539](https://github.com/plotly/plotly.py/pull/2539))
24-
2526

2627
## [4.8.2] - 2020-06-26
2728

0 commit comments

Comments
 (0)