Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4906162

Browse files
committed
Fix other broken ecdf link
1 parent ff30cb6 commit 4906162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/plotly-express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ fig = px.violin(df, y="tip", x="smoker", color="sex", box=True, points="all", ho
332332
fig.show()
333333
```
334334

335-
**Read more about [Empirical Cumulative Distribution Function (ECDF) charts](https://plotly.com/python/ecdf-charts/).**
335+
**Read more about [Empirical Cumulative Distribution Function (ECDF) charts](https://plotly.com/python/ecdf-plots/).**
336336

337337
```python
338338
import plotly.express as px

0 commit comments

Comments
 (0)