Skip to content

Commit 766cc87

Browse files
4.14.2 changelog
1 parent 87d4972 commit 766cc87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

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

88
### Updated
99

10+
- JupyterLab extensions now compatible with JupyterLab 3.x [3016](https://github.com/plotly/plotly.py/pull/3016)
1011
- Updated Plotly.js to version 1.58.4. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.58.4/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
1112
- fixes for rendering 3d plots on recent Safari versions
1213
- fixes to inside ticklabels
1314
- regression fixes
1415

1516
### Fixed
1617

18+
- `px.histogram()` Y-axis labels now take into account `histnorm` and `barnorm` [2989](https://github.com/plotly/plotly.py/pull/2989)
19+
- `px.histogram()` `marginal` and `facet_*` now work correctly together [3014](https://github.com/plotly/plotly.py/pull/3014)
20+
1721

1822
## [4.14.1] - 2020-12-09
1923

0 commit comments

Comments
 (0)