Skip to content

Commit

Permalink
Update weekly emotions plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Jun 12, 2022
1 parent 1964aca commit 1eeeaf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DataAnalysis/Q1/q1_emotions_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ ggplot(sentiment_by_week, aes(fill=label, y=freq, x=Week, col=label)) +
theme(axis.title.y = element_text(face='bold', size=15, margin = margin(t = 0, b = 0, r = 10, l = 10))) +
theme(axis.text.x = element_text(angle=30, size=13)) +
theme(axis.text.y = element_text(size=13)) +
theme(legend.title = element_text(face='bold', size=15)) +
theme(legend.text = element_text(size=15)) +
scale_x_continuous(breaks=c(1,11,16,23), labels=c("Dec 24th", "Feb 24th", "April 7th", "May 24th"))
theme(legend.title = element_text(face='bold', size=18)) +
theme(legend.text = element_text(size=18)) +
scale_x_continuous(breaks=c(1,4,11,16,23), labels=c("Dec 24th", "Jan 14th", "Feb 24th", "April 7th", "May 24th"))
#scale_color_manual('label', values=c('#d9534f', '#f0ad4e', '#5cb85c', '#5cb86c', '#5cb87c', '#5cb88c', '#5cb89c'))

Binary file modified DataAnalysis/Q1/q1_emotions_weekly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eeeaf9

Please sign in to comment.