figure_factory

Anonymous contributor's avatar
Anonymous contributor
Published May 30, 2024
Contribute to Docs

In Plotly, the figure_factory module simplifies creating advanced charts such as heatmaps, candlestick charts, and dendrograms by providing simple, high-level functions that manage the intricate details of these visualizations.

Syntax

import plotly.figure_factory as ff

figure_factory

.create_distplot()
Generates a distribution plot to visualize the distribution of data, combining a histogram and a kernel density estimate.
.create_gantt()
Creates a Gantt chart, a type of bar chart that delineates a project schedule by illustrating task durations, dependencies, and timelines.

All contributors

Contribute to Docs

Learn Python:Plotly on Codecademy