From 3b5baeb2df51a90dee7e5669784c396804ac95dd Mon Sep 17 00:00:00 2001
From: Jean-Yves TINEVEZ <jean-yves.tinevez@pasteur.fr>
Date: Thu, 16 Jul 2020 21:13:23 +0200
Subject: [PATCH] Update the example.

---
 RunExample.m | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/RunExample.m b/RunExample.m
index 5eebb53..859c07b 100755
--- a/RunExample.m
+++ b/RunExample.m
@@ -72,8 +72,7 @@ dpr = deproj.from_heightmap( ...
 
 close all
 plot_sizes( dpr );
-% plot_fit_plane( dpr );
-% plot_fit_ellipse( dpr );
-% plot_curvatures( dpr );
-
-
+plot_fit_plane( dpr );
+plot_fit_ellipse( dpr );
+plot_curvatures( dpr );
+plot_distorsions( dpr );
-- 
GitLab