feat: add matplotlib line plot for user growth over time with date axis and PNG export

This commit is contained in:
2024-12-15 15:05:21 +00:00
parent d6f80b7bd3
commit 1683f8fb5b
3 changed files with 103 additions and 0 deletions
+9
View File
@@ -5,3 +5,12 @@ tikker: tikker.c sormc.h
run:
./tikker
PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
plot: ensure_env
$(PYTHON) plot.py