Skip to content

Commit 83d158a

Browse files
update header
Co-authored-by: Liam Connors <[email protected]>
1 parent 6d27e9f commit 83d158a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/line-and-scatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ fig.show()
286286

287287
### Swarm (or Beeswarm) Plots
288288

289-
Swarm plots show the distribution of values in a column by giving each entry one dot and adjusting the y-value so that dots do not overlap and appear symmetrically around the y=0 line. They complement histograms, box plots, and violin plots. This example could be generalized to implement a swarm plot for multiple categories by adjusting the y-coordinate for each category.
289+
Swarm plots show the distribution of values in a column by giving each entry one dot and adjusting the y-value so that dots do not overlap and appear symmetrically around the y=0 line. They complement histograms, box plots, and violin plots. This example could be generalized to implement a swarm plot for multiple categories by adjusting the y-coordinate for each category.
290290

291291
```python
292292
import pandas as pd

0 commit comments

Comments
 (0)