Skip to content

Latest commit

 

History

History
70 lines (59 loc) · 1.24 KB

plotly.express.rst

File metadata and controls

70 lines (59 loc) · 1.24 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_map
    scatter_mapbox
    scatter_geo
    line
    line_3d
    line_polar
    line_ternary
    line_map
    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_map
    choropleth_mapbox
    density_contour
    density_heatmap
    density_map
    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