Skip to content

Commit 7983874

Browse files
committed
Update line-charts.md
1 parent 022b995 commit 7983874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/line-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fig.show()
9999

100100
### Connected Scatterplots
101101

102-
In a connected scatterplot, two continuous variables are plotted against each other, with a line connecting them in some meaningful order, usually a time variable. In the plot below, we show the "trajectory" of a pair of countries through a space defined by GDP per Capita and Life Expectancy. Botswana's life expectancy
102+
In a connected scatterplot, two continuous variables are plotted against each other, with a line connecting them in some meaningful order, usually a time variable. In the plot below, we show the "trajectory" of a pair of countries through a space defined by GDP per Capita and Life Expectancy.
103103

104104
```python
105105
import plotly.express as px

0 commit comments

Comments
 (0)