Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Created October 13, 2020 15:55
Show Gist options
  • Save phillipsj/ea03d484d586c85caca5c0ecd31da0b3 to your computer and use it in GitHub Desktop.
Save phillipsj/ea03d484d586c85caca5c0ecd31da0b3 to your computer and use it in GitHub Desktop.
Create figures for Dash tutorial
salesFigure = px.bar(df, x="Name", y="SalesYTD", color="Name", barmode="group")
quotaFigure = px.bar(df, x="Name", y="SalesQuota", color="Name", barmode="group")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment