plotly.figure_factory: helper methods for building specific complex charts

create_dendrogram(X[, orientation, labels, …])

Function that returns a dendrogram Plotly figure object.

create_hexbin_map([data_frame, lat, lon, …])

Returns a figure aggregating scattered points into connected hexagons

create_quiver(x, y, u, v[, scale, …])

Returns data for a quiver plot.

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