@@ -166,3 +166,21 @@ $ git push origin add-ff-type
166166## Be Part of the Discussion
167167
168168Go check out your newly pushed branch at https://github.com/plotly/plotly.py . If you have any other questions, check out the [ Plotly Contributing Page] ( https://github.com/plotly/plotly.py/blob/master/contributing.md ) . Thanks for contributing to Plotly's Graphing Library!
169+
170+ ### Table of Current Figure Factories
171+ | Name | Documentation | In GitHub |
172+ | ----------------- | ----------------------------------------- | ------------- |
173+ | 2D Density | https://plot.ly/python/density-plots/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_2d_density.py |
174+ | Annotated Heatmap | https://plot.ly/python/annotated_heatmap/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_annotated_heatmap.py |
175+ | Candlestick | https://plot.ly/python/candlestick-charts/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_candlestick.py |
176+ | Dendrogram | https://plot.ly/python/dendrogram/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_dendrogram.py |
177+ | Distplot | https://plot.ly/python/distplot/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_distplot.py |
178+ | Facet Grid | https://plot.ly/python/facet-plots/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_facet_grid.py |
179+ | Gantt | https://plot.ly/python/gantt/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_gantt.py |
180+ | Ohlc | https://plot.ly/python/ohlc-charts/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_ohlc.py |
181+ | Quiver | https://plot.ly/python/quiver-plots/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_quiver.py |
182+ | Scatterplot Matrix| https://plot.ly/python/scatterplot-matrix/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_scatterplot.py |
183+ | Streamline | https://plot.ly/python/streamline-plots/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_streamline.py |
184+ | Table | https://plot.ly/python/table/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_table.py |
185+ | Trisurf | https://plot.ly/python/trisurf/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_trisurf.py |
186+ | Violin | https://plot.ly/python/violin-plot/ | https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_violin.py |
0 commit comments