Skip to content

Commit 3d33a76

Browse files
Merge pull request #3762 from plotly/fix-scatter-typo-1
2 parents 589c901 + 5049473 commit 3d33a76

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
@@ -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)