From 107bbcf3c015948f5aadfb7d7a5367b7c5f68cc6 Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Mon, 15 Mar 2021 17:31:03 +0100
Subject: [PATCH] gray is nicer

---
 matlab/create_gif.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/create_gif.m b/matlab/create_gif.m
index 0c55f019..e1b57af4 100644
--- a/matlab/create_gif.m
+++ b/matlab/create_gif.m
@@ -13,7 +13,7 @@ else
 % Setup figure frame
 fig  = figure('Color','white','Position', [100, 100, 400, 400]);
     pcolor(X,Y,FIELD(:,:,1)); % to set up
-%     colormap gray
+    colormap gray
     axis tight manual % this ensures that getframe() returns a consistent size
     if INTERP
         shading interp;
-- 
GitLab