Guest User

Untitled

a guest
Jun 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. fc = sns.factorplot(x="news_category", hue="sentiment_category",
  2. data=df, kind="count",
  3. palette={"negative": "#FE2020",
  4. "positive": "#BADD07",
  5. "neutral": "#68BFF5"})
Add Comment
Please, Sign In to add comment