Skip to content

Commit

Permalink
fix data frame name
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Aug 26, 2024
1 parent 8cb816e commit 583414e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws-usage-report/aws-usage-report.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ are not displayed, but we can see if any users are using a disproportionate amou
of space. When we see disproportionate amount of space used, we reach out to users and work with them to reduce their storage, and update the [Cookbook tutorials](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/policies-admin/data-policies.html) as needed.

```{r homedir-size-champions}
size_by_date |>
size_by_date_by_team |>
filter(team == "NASA Champions 2024") |>
ggplot(aes(x = date, y = size, fill = directory)) +
geom_area() +
Expand All @@ -318,7 +318,6 @@ size_by_date |>
x = "Date",
y = "Size (GiB)"
)
```

### Compute costs and usage
Expand Down

0 comments on commit 583414e

Please sign in to comment.