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

Skip to content

Commit f0a66c7

Browse files
authored
Merge pull request plotly#848 from plotly/add-table-of-ffs
update ff doc to include table of current ffs
2 parents 1c0c2a3 + c1128af commit f0a66c7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

plotly/figure_factory/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,21 @@ $ git push origin add-ff-type
166166
## Be Part of the Discussion
167167

168168
Go 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

Comments
 (0)