From fa1fea6d8c4d4f252962f9164a59a5fd62262adf Mon Sep 17 00:00:00 2001 From: Adeline CARNIS Date: Thu, 28 Mar 2013 14:05:53 +0100 Subject: [PATCH] Add sleep(20) instead sleep(8) in animation of matplot1 help. Change-Id: I7fb6c7dce798abbc2aaffe210e5e8aca47e0057a --- .../graphics/help/en_US/2d_plot/Matplot1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/modules/graphics/help/en_US/2d_plot/Matplot1.xml b/scilab/modules/graphics/help/en_US/2d_plot/Matplot1.xml index 758ea0b..515ba77 100644 --- a/scilab/modules/graphics/help/en_US/2d_plot/Matplot1.xml +++ b/scilab/modules/graphics/help/en_US/2d_plot/Matplot1.xml @@ -101,7 +101,7 @@ for k=-n:n, k1= 3*(k+100)/200; if k>-n then delete(gce()),end Matplot1(a,[k1,2,k1+7,9]) - sleep(8); // Slow down the simulation + sleep(20); // Slow down the simulation end f.pixmap='off'; ]]> -- 1.7.9.5