Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikhshafayat committed May 28, 2022
2 parents 3eb06bf + 634fd1f commit aedcb0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataAnalysis/Q3/q3_WeeklyTweetsCount.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ ggplot() +
theme(legend.text = element_text(size=15)) +
geom_line(aes(x = Week, y = cnt, color = "Fox News"), data = foxnews_by_week, size=1.5) +
geom_line(aes(x = Week, y = cnt, color = "NY Times"), data = nytimes_by_week, size=1.5) +
scale_color_manual(name = "Y series", values = c("Fox News" = "#d9534f", "NY Times" = "#5cb85c")) +
scale_color_manual(name = "Y series", values = c("Fox News" = "#d9534f", "NY Times" = "#0275d8")) +
scale_x_continuous(breaks=c(1,4,11,16,23), labels=c("Dec 24th", "Jan 14th", "Feb 24th", "April 7th", "May 24th"))
Binary file added DataAnalysis/Q3/q3_weeklyTweetCount.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 aedcb0e

Please sign in to comment.