Closedown

This commit is contained in:
2016-04-20 10:50:39 +02:00
parent 3098594f34
commit a2eda56473

View File

@@ -27,8 +27,7 @@ def fit(ydata, xdata = None, draw_plot = True):
p.addSeries(LinePlotSeries("fit"))
p.getSeries(1).setData(fit_x, fit_y)
else:
#For remote
print "Remote"
#Server
p = plot([ydata,fit_y],["data","fit"],[xdata,fit_x], title="Fit" )[0]
draw_plot = False