px :: Plotly express
https://plotly.com/python-api-reference/
- Plotly Express: high-level interface for data visualization
- Graph Objects: low-level interface to figures, traces and layout
- Subplots: helper function for layout out multi-plot figures
- Figure Factories: helper methods for building specific complex charts
- I/O: low-level interface for displaying, reading and writing figures
plotly.colors
: colorscales and utility functionsplotly.data
: built-in datasets for demonstration, educational and test purposes
import plotly.express as px
px vs. go
Python