Skip to content

Commit 3824ec2

Browse files
Update line-and-scatter.md
1 parent 46cd47f commit 3824ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jupyter:
3838

3939
[Plotly Express](/python/plotly-express/) is the easy-to-use, high-level interface to Plotly, which [operates on "tidy" data](/python/px-arguments/) and produces [easy-to-style figures](/python/styling-plotly-express/).
4040

41-
With `px.scatter`, each data point is represented as a marker point, which location is given by the `x` and `y` columns.
41+
With `px.scatter`, each data point is represented as a marker point, whose location is given by the `x` and `y` columns.
4242

4343
```python
4444
# x and y given as array_like objects

0 commit comments

Comments
 (0)