Skip to content

Commit ae737ac

Browse files
LiamConnorsarchmoj
andauthored
Update doc/python/selections.md
Co-authored-by: Mojtaba Samimi <[email protected]>
1 parent 5627314 commit ae737ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/selections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To clear a selection, double-click it. On a subplot you can clear all selections
4343

4444

4545
You can also add selections to a figure that displays when it renders using `fig.add_selection`.
46-
Here, we add a rectangular selection that connects the points `3.0`, `6.5`, `3.5`, and `5.5`.
46+
Here, we add a rectangular selection with a region between `3.0` and `6.5` on the x axis and between `3.5` and `5.5` on the y axis.
4747

4848

4949
```python

0 commit comments

Comments
 (0)