We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd3faa commit 8b388cbCopy full SHA for 8b388cb
README.md
@@ -93,7 +93,7 @@ The themes available in [Plotly's python package](https://plotly.com/python/temp
93
layout = Config(template = PlotlyLight.template("plotly_dark"))
94
95
# or clobber the default `layout.template`
96
-PlotlyLight.template!("plotly_dark)
+PlotlyLight.template!("plotly_dark")
97
```
98
99
See `PlotlyLight.templates` for a list of theme/template options.
0 commit comments