Learn Before
Concept

Basic Graphs

plotly.express provides 30+ functions for creating different types of figures. Several use the Pandas dataframe under the hood. The following is a brief list of functions:

  • scatter: scatter(), scatter_3d(), scatter_polar(), scatter_geo()
  • line: line(), line_3d(), line_polar(), line_geo()
  • area()
  • bar()
  • timeline()
  • histogram()
  • imshow()
  • density_heatmap()

0

1

Updated 2021-05-13

Tags

Data Science

Related