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

Skip to content

Commit 763b35e

Browse files
Update figure-factories.md
1 parent 55c8075 commit 763b35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/figure-factories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The following types of plots are still difficult to create with Graph Objects or
5151
Deprecated "legacy" Figure Factories include:
5252

5353
* [County Choropleth Maps](/python/county-choropleth/), deprecated by regular [Choropleth maps with GeoJSON input](/python/choropleth-maps/)
54-
* [Distplots](/python/distplot/), mostly deprecated by [`px.histogram`](/python/histograms/)
54+
* [Distplots](/python/distplot/), mostly deprecated by [`px.histogram`](/python/histograms/) except for KDE plots, which `px.histogram` doesn't support yet
5555
* [Gantt Charts](/python/gantt/), deprecated by [`px.timeline`](/python/gantt/)
5656

5757
#### Reference
5858

59-
For more information about the contents of `plotly.figure_factory`, including deprecated methods, please refer to our [API Reference documentation](https://plotly.com/python-api-reference/plotly.figure_factory.html).
59+
For more information about the contents of `plotly.figure_factory`, including deprecated methods, please refer to our [API Reference documentation](https://plotly.com/python-api-reference/plotly.figure_factory.html).

0 commit comments

Comments
 (0)