From 4e4bb8726396a9339f6755cabbaf95679ceec5f6 Mon Sep 17 00:00:00 2001 From: rachkaur Date: Thu, 4 Jun 2015 17:29:49 +0530 Subject: [PATCH] Update schelling.m --- evolutionary/schelling.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evolutionary/schelling.m b/evolutionary/schelling.m index d4da03c..d0419fe 100644 --- a/evolutionary/schelling.m +++ b/evolutionary/schelling.m @@ -265,6 +265,6 @@ function plotNeighborhood (grid) imagesc(grid, [0 2]); % Display grid - colormap([1 1 1; 1 0 0; 0 0 1]); % Define colors: Red, Green, Blue + colormap([1 1 1; 1 0 0; 0 0 1]); % Define colors: Red, white, Blue pause(0.01); % Pause for 0.01 end