diff --git a/tools/gg/graphGen_arg.ml b/tools/gg/graphGen_arg.ml
index b1ca3ab57a46910f51641b3ca6311e3e2938ce03..f72af8021cd63788908e9e8234358f5c173d2299 100644
--- a/tools/gg/graphGen_arg.ml
+++ b/tools/gg/graphGen_arg.ml
@@ -69,8 +69,8 @@ let (make_args : unit -> t) =
     tree_edge = InTree;
     n = -1;
     grid = {
-      width = 0;
-      height = 0;
+      width = 4;
+      height = 4;
     };
     er = 0.3;
     ba = 2;