Closedown
This commit is contained in:
@@ -101,6 +101,7 @@ finally:
|
||||
|
||||
# take the result of the scan and do the plots
|
||||
p = plot(r.getReadable(2), xdata=r.getReadable(1), title = "Centroid excursion")[0]
|
||||
#add_convex_hull_plot ("Centroid excursion", r.getReadable(1),r.getReadable(2), "Name")
|
||||
|
||||
# save the entry in the logbook
|
||||
msg = str(r)
|
||||
|
||||
@@ -2,11 +2,8 @@ import random
|
||||
|
||||
|
||||
clear_convex_hull_plot("test")
|
||||
x=[]
|
||||
y=[]
|
||||
for step in range(1,5):
|
||||
x=[]
|
||||
y=[]
|
||||
x,y=[],[]
|
||||
for i in range(20):
|
||||
x.append(random.random() * 100 / step)
|
||||
y.append(random.random() * 100/ step)
|
||||
|
||||
Reference in New Issue
Block a user