Skip to content

Commit

Permalink
Adjust grouping of "other" caption
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Aug 26, 2024
1 parent cbcd231 commit 74b3086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-usage-report/aws-usage-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ monthly_cost_by_service_plot <- ggplot(
theme(legend.position = "bottom", legend.title.position = "top") +
labs(
title = "Monthly cost of AWS Services. Largest costs are EC2 compute (red) and EFS storage (green)",
caption = "*Services costing less than $1/month are grouped into 'Other'",
caption = "*The top nine services are shown individually, with any remaining grouped into 'Other'",
x = "Month",
y = "Monthly cost ($)",
fill = "AWS Service"
Expand Down

0 comments on commit 74b3086

Please sign in to comment.