Skip to content

Commit 1254d9f

Browse files
committed
Update line-and-scatter.md
1 parent 04aeb58 commit 1254d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: doc/python/line-and-scatter.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ fig.show()
136136

137137
*New in 5.12*
138138

139-
You can configure the gap between points using `scattergap`. Here we set it to `0.75` to bring the points closer together.
139+
You can configure the gap between groups of scatter points using `scattergap`. Here we set it to `0.75`, which brings the points closer together by allocating more space to the gap between groups. If you don't set `scattergap`, a default value of `0` is used, unless you have `bargap` set. If you have `bargap` set, the `scattergap` defaults to that value.
140140

141-
If you don't set `scattergap`, a default value of `0` is used, unless you have `bargap` set. If you have `bargap` set, the `scattergap` defaults to that value.
142141

143142
```python
144143
import plotly.express as px

0 commit comments

Comments
 (0)