From be2fa1ee311ff5b17f10c9b71a9494f2bfc0a6bd Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 17 Jun 2016 11:15:52 +0200 Subject: [PATCH] Closedown --- script/test/MultiplePlot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/MultiplePlot.py b/script/test/MultiplePlot.py index 4067866..b63f747 100644 --- a/script/test/MultiplePlot.py +++ b/script/test/MultiplePlot.py @@ -4,7 +4,7 @@ import random clear_convex_hull_plot("test") for step in range(1,5): x,y=[],[] - for i in range(20): + for i in range(50): x.append(random.random() * 100 / step) y.append(random.random() * 100/ step) add_convex_hull_plot ("test", x,y,"Step " + str(step)) \ No newline at end of file