Skip to content

Commit 5049473

Browse files
authored
Update line-and-scatter.md
1 parent 589c901 commit 5049473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/line-and-scatter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ IFrame(snippet_url + 'line-and-scatter', width='100%', height=1200)
100100

101101
### Scatter plots and Categorical Axes
102102

103-
Scatters plots can be made on using any type of cartesian axis, including [linear](https://plotly.com/python/axes/), [logarithmic](https://plotly.com/python/log-plot/), [categorical](https://plotly.com/python/categorical-axes/) or [date](https://plotly.com/python/time-series/) axes.
103+
Scatter plots can be made using any type of cartesian axis, including [linear](https://plotly.com/python/axes/), [logarithmic](https://plotly.com/python/log-plot/), [categorical](https://plotly.com/python/categorical-axes/) or [date](https://plotly.com/python/time-series/) axes.
104104

105105
Scatter plots where one axis is categorical are often known as [dot plots](https://plotly.com/python/dot-plots/).
106106

0 commit comments

Comments
 (0)