From c530442c261481298d21c356227b65ca54f53751 Mon Sep 17 00:00:00 2001
From: Maxence Larrieu <m@larri.eu>
Date: Thu, 22 Feb 2024 08:05:23 +0100
Subject: [PATCH] add last datasets graph

---
 run-all-codes.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/run-all-codes.py b/run-all-codes.py
index b523ed8..c7e7817 100644
--- a/run-all-codes.py
+++ b/run-all-codes.py
@@ -45,7 +45,8 @@ produce_graph_prgm = [
 	"hist-evol-datasets-per-repo.py",
 	"hist-quantity-year-type.py",
 	"pie-datacite-client.py",
-	"pie-data-type.py"
+	"pie-data-type.py",
+	"hist-last-datasets-by-client.py"
 ]
 
 [run_py_file(file, "2-produce-graph") for file in produce_graph_prgm]
-- 
GitLab