Created
June 23, 2021 14:15
-
-
Save StephenFordham/d2c4ed913424ffff6726a2fe3864ec80 to your computer and use it in GitHub Desktop.
plotting_animated_bar
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.bar(plot_df, x='Provider County', y="Observed Prescribing Rate per 100 Visits", color="Provider County", | |
| animation_frame="Year", animation_group="Provider County", range_y=[3, 70], | |
| title='Antibiotic Prescribing rates in US counties') | |
| fig.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment