You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/line-and-scatter.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ jupyter:
38
38
39
39
[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/).
40
40
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.
0 commit comments