Script execution
This commit is contained in:
@@ -28,6 +28,7 @@ def fit(ydata, xdata = None, draw_plot = True):
|
||||
p.getSeries(1).setData(fit_x, fit_y)
|
||||
else:
|
||||
#For remote
|
||||
print "Remote"
|
||||
p = plot([ydata,fit_y],["data","fit"],[xdata,fit_x], title="Fit" )[0]
|
||||
draw_plot = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user