Skip to content

Files

Latest commit

45f03bd · Aug 14, 2021

History

History
66 lines (55 loc) · 1.17 KB

plotly.express.rst

File metadata and controls

66 lines (55 loc) · 1.17 KB

plotly.express: high-level interface for data visualization

The plotly.express module is plotly's high-level API for rapid figure generation.

>>> import plotly.express as px
.. currentmodule:: plotly.express

.. autosummary::
   :toctree: generated/
   :template: function.rst

    scatter
    scatter_3d
    scatter_polar
    scatter_ternary
    scatter_mapbox
    scatter_geo
    line
    line_3d
    line_polar
    line_ternary
    line_mapbox
    line_geo
    area
    bar
    timeline
    bar_polar
    violin
    box
    ecdf
    strip
    histogram
    pie
    treemap
    sunburst
    icicle
    funnel
    funnel_area
    scatter_matrix
    parallel_coordinates
    parallel_categories
    choropleth
    choropleth_mapbox
    density_contour
    density_heatmap
    density_mapbox
    imshow
    set_mapbox_access_token
    get_trendline_results


plotly.express subpackages

.. toctree::
   :maxdepth: 1

   generated/plotly.express.data.rst
   generated/plotly.express.colors.rst
   generated/plotly.express.trendline_functions.rst