Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1254d9f

Browse files
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

‎doc/python/line-and-scatter.md‎

Lines changed: 1 addition & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /