plotly.figure_factory: helper methods for building specific complex chartsΒΆ

create_2d_density(x, y[, colorscale, β€¦])

deprecated, use instead plotly.express.density_heatmap().

create_annotated_heatmap(z[, x, y, β€¦])

deprecated, use instead plotly.express.imshow().

create_bullet(data[, markers, measures, β€¦])

deprecated, use instead the plotly.graph_objects trace plotly.graph_objects.Indicator.

create_candlestick(open, high, low, close[, β€¦])

deprecated, use instead the plotly.graph_objects trace plotly.graph_objects.Candlestick

create_choropleth(fips, values[, scope, β€¦])

deprecated, use instead plotly.express.choropleth() with custom GeoJSON.

create_dendrogram(X[, orientation, labels, β€¦])

Function that returns a dendrogram Plotly figure object.

create_distplot(hist_data, group_labels[, β€¦])

Function that creates a distplot similar to seaborn.distplot; this function is deprecated, use instead plotly.express functions, for example

create_facet_grid(df[, x, y, facet_row, β€¦])

Returns figure for facet grid; this function is deprecated, since plotly.express functions should be used instead, for example

create_gantt(df[, colors, index_col, β€¦])

deprecated, use instead plotly.express.timeline().

create_hexbin_mapbox([data_frame, lat, lon, β€¦])

Returns a figure aggregating scattered points into connected hexagons

create_ohlc(open, high, low, close[, dates, β€¦])

deprecated, use instead the plotly.graph_objects trace plotly.graph_objects.Ohlc

create_quiver(x, y, u, v[, scale, β€¦])

Returns data for a quiver plot.

create_scatterplotmatrix(df[, index, β€¦])

Returns data for a scatterplot matrix; deprecated, use instead the plotly.graph_objects trace plotly.graph_objects.Splom.

create_streamline(x, y, u, v[, density, β€¦])

Returns data for a streamline plot.

create_table(table_text[, colorscale, β€¦])

Function that creates data tables.

create_ternary_contour(coordinates, values)

Ternary contour plot.

create_trisurf(x, y, z, simplices[, β€¦])

Returns figure for a triangulated surface plot

create_violin(data[, data_header, β€¦])

deprecated, use instead the plotly.graph_objects trace plotly.graph_objects.Violin.