Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 768 Bytes

plotly.express.rst

File metadata and controls

45 lines (36 loc) · 768 Bytes

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
    bar_polar
    violin
    box
    strip
    histogram
    scatter_matrix
    parallel_coordinates
    parallel_categories
    choropleth
    density_contour
    density_heatmap
    imshow