Rename weekly package installations plot

This commit is contained in:
Marty Oehme 2025-09-29 21:27:27 +02:00
parent 094aa34758
commit ad50b19631
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -191,7 +191,8 @@ def _(df_pkg_lazy: pl.LazyFrame):
+ lp.geom_line()
+ lp.geom_smooth(method="loess")
+ lp.labs(
title="Weekly downloads",
title="Weekly package installations",
caption="Count of all installed packages aggregated for each week",
)
)