Add first plot to quarto article

This commit is contained in:
Marty Oehme 2025-10-06 11:59:54 +02:00
parent cccc2f6bd4
commit d8d2d1b16c
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 15 additions and 1 deletions

View file

@ -76,7 +76,7 @@ def _():
@app.cell
def _(sizes_df):
def plt_filesize(sizes_df):
(
lp.ggplot(sizes_df, lp.aes(x="date", y="filesize_kb"))
+ lp.geom_point()