Rename weekly package installations plot
This commit is contained in:
parent
094aa34758
commit
ad50b19631
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue