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
+6-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
### Added
8
8
9
-
-`px.NO_COLOR` constant to override wide-form color assignment in Plotly Express
10
-
- trendline traces are now of type `scattergl` when `render_mode="webgl"` in Plotly Express
9
+
-`px.NO_COLOR` constant to override wide-form color assignment in Plotly Express ([#2614](https://github.com/plotly/plotly.py/pull/2614))
10
+
-`facet_row_spacing` and `facet_col_spacing` added to Plotly Express cartesian 2d functions ([#2614](https://github.com/plotly/plotly.py/pull/2614))
11
+
12
+
### Fixed
13
+
14
+
- trendline traces are now of type `scattergl` when `render_mode="webgl"` in Plotly Express ([#2614](https://github.com/plotly/plotly.py/pull/2614))
0 commit comments