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

Skip to content

Commit db35083

Browse files
Merge pull request plotly#3408 from hkennyv/fix-broken-ecdf-plots-link
Fix broken link to ecdf plots in plotly-express docs
2 parents 2aef83d + 4906162 commit db35083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/plotly-express.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Plotly Express currently includes the following functions:
5656

5757
* **Basics**: [`scatter`](/python/line-and-scatter/), [`line`](/python/line-charts/), [`area`](/python/filled-area-plots/), [`bar`](/python/bar-charts/), [`funnel`](/python/funnel-charts/), [`timeline`](https://plotly.com/python/gantt/)
5858
* **Part-of-Whole**: [`pie`](/python/pie-charts/), [`sunburst`](/python/sunburst-charts/), [`treemap`](/python/treemaps/), [`icicle`](/python/icicle-charts/), [`funnel_area`](/python/funnel-charts/)
59-
* **1D Distributions**: [`histogram`](/python/histograms/), [`box`](/python/box-plots/), [`violin`](/python/violin/), [`strip`](/python/strip-charts/), [`ecdf`](/python/ecdf-charts/)
59+
* **1D Distributions**: [`histogram`](/python/histograms/), [`box`](/python/box-plots/), [`violin`](/python/violin/), [`strip`](/python/strip-charts/), [`ecdf`](/python/ecdf-plots/)
6060
* **2D Distributions**: [`density_heatmap`](/python/2D-Histogram/), [`density_contour`](/python/2d-histogram-contour/)
6161
* **Matrix or Image Input**: [`imshow`](/python/imshow/)
6262
* **3-Dimensional**: [`scatter_3d`](/python/3d-scatter-plots/), [`line_3d`](/python/3d-line-plots/)
@@ -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)