Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/python/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for template in ["plotly", "plotly_white", "plotly_dark", "ggplot2", "seaborn",
fig.show()
```

#### Specifying a default themes
#### Specifying a default theme

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.

Expand Down Expand Up @@ -475,4 +475,4 @@ It may be useful to examine the contents and structure of the built-in templates
import plotly.io as pio
plotly_template = pio.templates["plotly"]
plotly_template.layout
```
```
Loading