Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 2.6 KB

figure-factories.md

File metadata and controls

60 lines (51 loc) · 2.6 KB
jupyter
jupytext kernelspec language_info plotly
notebook_metadata_filter text_representation
all
extension format_name format_version jupytext_version
.md
markdown
1.3
1.13.4
display_name language name
Python 3
python
python3
codemirror_mode file_extension mimetype name nbconvert_exporter pygments_lexer version
name version
ipython
3
.py
text/x-python
python
python
ipython3
3.8.11
description display_as language layout name order permalink thumbnail
Figure Factories are dedicated functions for creating very specific types of plots.
file_settings
python
base
Figure Factories
33
python/figure-factories/
thumbnail/streamline.jpg

plotly.figure_factory

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 and prior to the existence of Plotly Express. As new functionality gets added to Plotly.js and to Plotly Express, certain Figure Factories become unnecessary and are therefore deprecated as "legacy", but remain in the module for backwards-compatibility reasons.

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:

Deprecated "legacy" Figure Factories include:

Reference

For more information about the contents of plotly.figure_factory, including deprecated methods, please refer to our API Reference documentation.