From ec0bc9295f1c5651751384cb8c3a72a492d9bacf Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 20 Mar 2020 15:00:09 +0100 Subject: [PATCH] Test Graphe --- site/graphe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/graphe.php b/site/graphe.php index 04707ac..e88a920 100644 --- a/site/graphe.php +++ b/site/graphe.php @@ -21,7 +21,7 @@ $graph->img->SetAntiAliasing(false); $graph->title->Set('Filled Y-grid'); $graph->SetBox(false); -$graph->SetMargin(40,20,36,63); +$graph->SetMargin(20,20,20,20); $graph->img->SetAntiAliasing(); -- libgit2 0.21.2