Skip to content

Commit

Permalink
Reduce number of labels
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Aug 6, 2024
1 parent 26f5871 commit f5d7aa0
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 @@ -111,7 +111,7 @@ jobs_past_72_hours %>%
new_scale_fill() +
geom_bar(data=median_n, aes(time, median_n, fill='Median\nnumber of jobs\nover past year'), stat='identity', alpha=.1) +
scale_fill_manual(name=element_blank(), values='black') +
scale_x_datetime(date_labels="%H %Z\n%a\n%b %d", date_breaks="6 hours") +
scale_x_datetime(date_labels="%H %Z\n%a\n%b %d", date_breaks="8 hours") +
xlab('Time (UTC)') +
ylab('Number of jobs submitted')
```
Expand Down

0 comments on commit f5d7aa0

Please sign in to comment.