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
Since `ridgeplot` is built on top of Plotly, you can also theme your ridgeline plots using [Plotly's figure templates](https://plotly.com/python/templates/). Simply pass the name of a registered template (or any other valid template representation) to the {py:paramref}`~ridgeplot.ridgeplot.template` parameter. For instance, taking the basic example from the top of this page and applying the `"plotly_dark"` template:
Copy file name to clipboardExpand all lines: docs/reference/changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ This document outlines the list of changes to ridgeplot between each release. Fo
5
5
Unreleased changes
6
6
------------------
7
7
8
+
### Features
9
+
10
+
- Implement a new `template` parameter to allow users to specify a Plotly figure template ({gh-pr}`389`)
11
+
12
+
### Documentation
13
+
14
+
- Add a section on theming with Plotly templates to the getting started guide ({gh-pr}`389`)
15
+
8
16
### CI/CD
9
17
10
18
- Review the coverage configuration in light of `covdefaults`, adopting its `assert_never` exclusion and `skip_covered` report setting, and raising all package coverage gates to 100% ({gh-pr}`390`)
0 commit comments