Skip to content

Commit

Permalink
fix: add x axis label to gold silver bronze plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Molanus committed Dec 28, 2021
1 parent 7eee504 commit 1a10eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 214,7 @@
ax.add_patch(bronze_pathch)

ax.set_ylabel('Number of customers')
ax.set_xlabel('Household Lifetime Value (5 year window)')
ax.legend(["Gold", "Silver", "Bronze"])
st.pyplot(fig)

Expand Down

0 comments on commit 1a10eb3

Please sign in to comment.