[Generic question] Difference between px.bar and go.bar when plotting bar chart?

Hi , I am trying to plot bar chart, with quite a few customization(label direction, axis direction etc).

I know that I can use px.bar or go.bar to plot bar chart, but I wonder whats the difference between them ?
I feel that go.bar give you more advanced options in customization. Am i right ?

Thanks

Great question. Iā€™d recommend reading these two blog posts about the go and px:

Foundations of graph objects, and how they relate to px: Creating and Updating Figures | Python | Plotly

The Overview in this post about px: Plotly Express | Python | Plotly

1 Like