We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13d1d3f + 5a28580 commit cf62c51Copy full SHA for cf62c51
doc/python/interactive-html-export.md
@@ -46,7 +46,7 @@ Any figure can be saved as an HTML file using the `write_html` method. These HTM
46
```python
47
import plotly.express as px
48
49
-fig =px.scatter(x=range(10), y=range(10))
+fig = px.scatter(x=range(10), y=range(10))
50
fig.write_html("path/to/file.html")
51
```
52
<!-- #endregion -->
0 commit comments