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 600bf7a commit 11347f2Copy full SHA for 11347f2
doc/python/selections.md
@@ -29,7 +29,7 @@ jupyter:
29
name: Selections
30
order: 26
31
permalink: python/selections/
32
- thumbnail: thumbnail/make_selection.png
+ thumbnail: thumbnail/make_selection.jpg
33
---
34
35
## Adding Selections
doc/python/setting-graph-size.md
@@ -128,7 +128,7 @@ fig.show()
128
```
129
130
### Automatically Adjust Specific Margins
131
-You can also set auto-margin for specific sides of the figure. Here, we set `automargin` on the `left` and `top` of the figure.
+You can also set `automargin` for specific sides of the figure. Here, we set `automargin` on the `left` and `top` of the figure.
132
133
```python
134
import plotly.graph_objects as go
0 commit comments