Skip to content

Commit 040c8fd

Browse files
ff docs
1 parent 22fb60e commit 040c8fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/figure-factories.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ jupyter:
3535

3636
#### `plotly.figure_factory`
3737

38-
The `plotly.figure_factory` module contains dedicated functions for creating very specific types of plots that were at the time of their creation difficult to create with `plotly.graph_objects` and prior to the existence of [Plotly Express](/python/plotly-express/). As new functionality gets added to [Plotly.js](https://plotly.com/javascript/) and to Plotly Express, certain Figure Factories become unecessary and are therefore deprecated as "legacy", but remain in the module for backwards-compatibility reasons.
38+
The `plotly.figure_factory` module contains dedicated functions for creating very specific types of plots that were at the time of their creation difficult to create with [graph objects](/python/graph-objects/) and prior to the existence of [Plotly Express](/python/plotly-express/). As new functionality gets added to [Plotly.js](https://plotly.com/javascript/) and to Plotly Express, certain Figure Factories become unecessary and are therefore deprecated as "legacy", but remain in the module for backwards-compatibility reasons.
3939

4040
The following types of plots are still difficult to create with Graph Objects or Plotly Express and therefore the corresponding Figure Factories are *not* deprecated:
4141

4242
* [Annotated Heatmaps](/python/annotated-heatmap/)
4343
* [Dendrograms](/python/dendrogram/)
44-
* [Gantt Charts](/python/gantt/)
4544
* [Quiver Plots](/python/quiver-plots/)
4645
* [Streamline Plots](/python/streamline-plots/)
4746
* [Tables](/python/figure-factory-table/)
@@ -52,7 +51,8 @@ Deprecated "legacy" Figure Factories include:
5251

5352
* [County Choropleth Maps](/python/county-choropleth/), deprecated by regular [Choropleth maps with GeoJSON input](/python/choropleth-maps/)
5453
* [Distplots](/python/distplot/), mostly deprecated by [`px.histogram`](/python/histograms/)
54+
* [Gantt Charts](/python/gantt/), deprecated by [`px.timeline`](/python/gantt/)
5555

5656
#### Reference
5757

58-
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).
58+
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)