From 43bc3fbd4bc48399648117ac090d21fe117221a0 Mon Sep 17 00:00:00 2001
From: "louis.heraut" <louis.heraut@inrae.fr>
Date: Wed, 1 Dec 2021 09:19:49 +0100
Subject: [PATCH] Windows maj

---
 plotting/layout.R | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/plotting/layout.R b/plotting/layout.R
index ea1f60e..0fe530d 100644
--- a/plotting/layout.R
+++ b/plotting/layout.R
@@ -204,13 +204,13 @@ panels_layout = function (df_data, df_meta, layout_matrix, figdir='', filedir_op
 
     }
 
-    mat = matrice_panel(list_df2plot, df_meta)
+    # mat = matrice_panel(list_df2plot, df_meta)
 
-    # Saving matrix plot
-    ggsave(plot=mat, 
-           path=outdirTmp,
-           filename=paste('matrix', '.pdf', sep=''),
-           width=21, height=29.7, units='cm', dpi=100)
+    # # Saving matrix plot
+    # ggsave(plot=mat, 
+    #        path=outdirTmp,
+    #        filename=paste('matrix', '.pdf', sep=''),
+    #        width=21, height=29.7, units='cm', dpi=100)
 
     # PDF combine
     pdf_combine(input=file.path(outdirTmp, list.files(outdirTmp)),
-- 
GitLab