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
+4-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
for more information
16
16
- The tutorials of the [plotly.py documentation](https://plot.ly/python/) are
17
17
now in the main [plotly.py Github repository](https://github.com/plotly/plotly.py). Contributions in order to improve or extend the documentation are very welcome!
18
-
-`plotly.express` generated plots no longer have a default height of 600 pixels, instead they inherit the default height of regular figures [#1990](https://github.com/plotly/plotly.py/pull/1990). Note that the `height` argument to each `plotly.express` function can be set to 600 to restore the legacy behavior.
18
+
-`plotly.express` generated plots no longer have a default height of 600 pixels, instead they inherit the default height of regular figures [#1990](https://github.com/plotly/plotly.py/pull/1990). To restore the old behavior, set `px.defaults.height=600` once per session, or set the `height` keyword arguement to any `px.function()` to 600.
19
19
20
20
### Fixed
21
21
@@ -29,10 +29,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
29
29
30
30
- Extended the plotly.express functional API with 7 new functions: `px.pie`,
31
31
`px.sunburst`, `px.treemap`, `px.funnel`, and `px.funnel_area` ([#1909](https://github.com/plotly/plotly.py/pull/1909)) `px.density_mapbox` and
32
-
`px.choropleth_mapbox`[#1937](https://github.com/plotly/plotly.py/pull/1937). Also, all mapbox functions in plotly.express have new arguments `center` and `mapbox_style`[#1937](https://github.com/plotly/plotly.py/pull/1937).
- plotly.express mapbox functions in plotly.express have new arguments `center` and `mapbox_style`[#1937](https://github.com/plotly/plotly.py/pull/1937).
33
34
- plotly.express polar plots (`scatter_polar`, `line_polar`, `bar_polar`) now
34
35
have a `range_theta` keyword argument for representing only an angular
0 commit comments