Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Sep 6, 2024
1 parent 1474306 commit 24980ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status/usage_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ user %>%
theme_minimal(base_size = 16) +
geom_bar(aes(country, frac), stat='identity') +
ylab('Fraction of all users') +
ggtitle(paste0('Top 20 countries by number of users who joined between ', date(min(user$created_at)),' to ', date(period_end), '\n(total users = ', user_count, ', total countries = ', country_count, ')')) +
ggtitle(paste0('Top 20 countries by number of users who joined between ', date(min(user$created_at)),' and ', date(period_end), '\n(total users = ', user_count, ', total countries = ', country_count, ')')) +
scale_y_continuous(labels=percent) +
theme(axis.text.x = element_text(angle = 90, hjust = 1, vjust=.5),
axis.title.x=element_blank(),
Expand Down

0 comments on commit 24980ea

Please sign in to comment.