Created
November 6, 2022 18:42
-
-
Save SmartDataWithR/b66fdd6a450610f9ab1143b1c21b3832 to your computer and use it in GitHub Desktop.
SentimentArticle: Stars Count
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(df_grouped[df_grouped['source']==president], | |
x="stars", y="count", color="stars", | |
color_discrete_sequence= px.colors.sequential.Plasma_r | |
) | |
fig.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment