Closedown

This commit is contained in:
sfop
2016-06-17 11:15:52 +02:00
parent c785be16ee
commit be2fa1ee31

View File

@@ -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))