From ad9f4d4e63c50c314f2a2105baa7724b52927afd Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Tue, 23 Jul 2024 11:00:06 +0200
Subject: [PATCH] Change orientation of the dictionaries graph

---
 ressources/dictionaries.gv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ressources/dictionaries.gv b/ressources/dictionaries.gv
index d31cc95..47a3998 100644
--- a/ressources/dictionaries.gv
+++ b/ressources/dictionaries.gv
@@ -1,5 +1,5 @@
 digraph g {
-	rankdir="TB";
+	rankdir="LR";
 	case -> lang, oRef, pRef;
 	colloc -> lang, oRef, pRef;
 	def -> lang, oRef, pRef;
-- 
GitLab