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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
- Change: change the keyword argument for the trace, so that when the graph is initialized, it uses the correct axis instead of the autogenerated one
10
10
- Note: The program generates a unique axis label for each subgraph, and then overwrites the label (under this fix)
11
11
12
+
### Added
13
+
- Add optional `font` parameter for `make_subplots`[[#5393](https://github.com/plotly/plotly.py/pull/5393)]
14
+
12
15
### Fixed
13
16
- Fix issue where user-specified `color_continuous_scale` was ignored when template had `autocolorscale=True`[[#5439](https://github.com/plotly/plotly.py/pull/5439)], with thanks to @antonymilne for the contribution!
17
+
- Use presence of `COLAB_NOTEBOOK_ID` env var to enable Colab renderer instead of testing import of `google.colab`[[#5473](https://github.com/plotly/plotly.py/pull/5473)], with thanks to @kevineger for the contribution!
14
18
- Update tests to be compatible with numpy 2.4 [[#5522](https://github.com/plotly/plotly.py/pull/5522)], with thanks to @thunze for the contribution!
Copy file name to clipboardExpand all lines: doc/python/templates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ for template in ["plotly", "plotly_white", "plotly_dark", "ggplot2", "seaborn",
93
93
fig.show()
94
94
```
95
95
96
-
#### Specifying a default themes
96
+
#### Specifying a default theme
97
97
98
98
If a theme is not provided to a Plotly Express function or to a graph object figure, then the default theme is used. The default theme starts out as `"plotly"`, but it can be changed by setting the `plotly.io.templates.default` property to the name of a registered theme.
99
99
@@ -475,4 +475,4 @@ It may be useful to examine the contents and structure of the built-in templates
0 commit comments