Last active
March 16, 2020 06:07
-
-
Save databyjp/8ee20281d02ff56e8e2bcb32f9263b2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fig = px.histogram(top_comps_df, x='Company', template='plotly_white', title='Complaint counts by company') | |
fig.update_xaxes(categoryorder='total descending').update_yaxes(title='Number of complaints') | |
fig.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment