Created
June 30, 2018 12:47
-
-
Save himlohiya/2a99ce2e33a7499f38b0c2a42edde9d7 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
| fc = sns.factorplot(x="news_category", hue="sentiment_category", | |
| data=df, kind="count", | |
| palette={"negative": "#FE2020", | |
| "positive": "#BADD07", | |
| "neutral": "#68BFF5"}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment