Skip to content

Commit 11347f2

Browse files
committed
minor edits
1 parent 600bf7a commit 11347f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/python/selections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
name: Selections
3030
order: 26
3131
permalink: python/selections/
32-
thumbnail: thumbnail/make_selection.png
32+
thumbnail: thumbnail/make_selection.jpg
3333
---
3434

3535
## Adding Selections

doc/python/setting-graph-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fig.show()
128128
```
129129

130130
### 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.
131+
You can also set `automargin` for specific sides of the figure. Here, we set `automargin` on the `left` and `top` of the figure.
132132

133133
```python
134134
import plotly.graph_objects as go

0 commit comments

Comments
 (0)