You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
### Updated
9
9
10
+
- JupyterLab extensions now compatible with JupyterLab 3.x [3016](https://github.com/plotly/plotly.py/pull/3016)
10
11
- 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:
11
12
- fixes for rendering 3d plots on recent Safari versions
12
13
- fixes to inside ticklabels
13
14
- regression fixes
14
15
15
16
### Fixed
16
17
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)
0 commit comments