Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 1, 2021 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/9a02a55c8374f43e4a38bb5b59eb21d7 to your computer and use it in GitHub Desktop.
Save amankharwal/9a02a55c8374f43e4a38bb5b59eb21d7 to your computer and use it in GitHub Desktop.
import plotly.express as px
data = px.data.tips()
figure = px.bar(data, x = "sex", y = "total_bill")
figure.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment