Skip to content

Commit 5691295

Browse files
Update CHANGELOG.md
1 parent 6fb1052 commit 5691295

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
for more information
1616
- The tutorials of the [plotly.py documentation](https://plot.ly/python/) are
1717
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.
1919

2020
### Fixed
2121

@@ -29,10 +29,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2929

3030
- Extended the plotly.express functional API with 7 new functions: `px.pie`,
3131
`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).
32+
`px.choropleth_mapbox` [#1937](https://github.com/plotly/plotly.py/pull/1937).
33+
- plotly.express mapbox functions in plotly.express have new arguments `center` and `mapbox_style` [#1937](https://github.com/plotly/plotly.py/pull/1937).
3334
- plotly.express polar plots (`scatter_polar`, `line_polar`, `bar_polar`) now
3435
have a `range_theta` keyword argument for representing only an angular
3536
section [#1969](https://github.com/plotly/plotly.py/pull/1969).
37+
- All continuous colorscales now accept a `_r` suffix that reverses their direction [#1933](https://github.com/plotly/plotly.py/pull/1933)
3638
- Docstrings of plotly.py are now doctested [#1921](https://github.com/plotly/plotly.py/pull/1921).
3739

3840
## [4.3.0] - 2019-11-11

0 commit comments

Comments
 (0)