This is the help(plotly.figure_factory) call result:
Help on package plotly.figure_factory in plotly:
NAME
plotly.figure_factory
PACKAGE CONTENTS
_2d_density
_annotated_heatmap
_bullet
_candlestick
_county_choropleth
_dendrogram
_distplot
_facet_grid
_gantt
_ohlc
_quiver
_scatterplot
_streamline
_table
_ternary_contour
_trisurf
_violin
utils
DATA
absolute_import = _Feature((2, 5, 0, âalphaâ, 1), (3, 0, 0, âalphaâ, 0âŚ
Shouldnât 'create_choropleth() also show up in this list?
Its in the .py file on github - https://github.com/plotly/plotly.py/blob/master/plotly/figure_factory/_county_choropleth.py
def create_choropleth(fips, values, scope=['usa'], binning_endpoints=None,
colorscale=None, order=None, simplify_county=0.02,
simplify_state=0.02, asp=None, show_hover=True,
show_state_data=True, state_outline=None,
county_outline=None, centroid_marker=None,
round_legend_values=False, exponent_format=False,
legend_title='', **layout_options):