From 6068db6e070a5b5c4605baf9c13daa957c2c3e35 Mon Sep 17 00:00:00 2001
From: "louis.heraut" <louis.heraut@inrae.fr>
Date: Fri, 7 Jan 2022 20:51:34 +0100
Subject: [PATCH] Cleaned and commented

---
 plotting/layout.R | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/plotting/layout.R b/plotting/layout.R
index 9c53437..0f0271a 100644
--- a/plotting/layout.R
+++ b/plotting/layout.R
@@ -23,7 +23,10 @@
 #
 # plotting/layout.R
 #
-#
+# Regroups general parameters about plotting like the theme used ang
+# color management. It mainly deals with the calling to specific
+# plotting functions and the organisation of each plot for the
+# generation of the PDF.
 
 
 # Usefull library
-- 
GitLab