Closedown

This commit is contained in:
sfop
2016-06-21 11:42:51 +02:00
parent 334e48cfe7
commit 101be44c1e
4 changed files with 22 additions and 21 deletions
+5 -4
View File
@@ -7,8 +7,9 @@ for step in range(1,5):
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), (-50,150), (-50,150))
print step
add_convex_hull_plot ("test", x,y,"Step " + str(step), False, (-50,150), (-50,150))
#x = [317.86916703765246, 318.2215338763623, 317.5688250452771, 318.74843805712953, 315.77042681965906, 319.8600058760031, 318.2215338763623, 318.2215338763623, 318.74843805712953, 318.11687837407675, 319.8600058760031]
#y = [226.71039474501808, 222.34863253627455, 226.4631572933208, 226.81240897796238, 230.7042858871591, 227.4796142397247, 222.34863253627455, 222.34863253627455, 226.81240897796238, 230.7042858871591, 227.4796142397247]
#add_convex_hull_plot ("test", x,y,"X")
x = [317.86916703765246, 318.2215338763623, 317.5688250452771, 318.74843805712953, 315.77042681965906, 319.8600058760031, 318.2215338763623, 318.2215338763623, 318.74843805712953, 318.11687837407675, 319.8600058760031]
y = [226.71039474501808, 222.34863253627455, 226.4631572933208, 226.81240897796238, 230.7042858871591, 227.4796142397247, 222.34863253627455, 222.34863253627455, 226.81240897796238, 230.7042858871591, 227.4796142397247]
add_convex_hull_plot ("test", x,y,"X")