This commit is contained in:
sfop
2017-05-17 08:52:23 +02:00
parent ee6689d661
commit e0cb8c5abe
11 changed files with 112 additions and 19 deletions

5
script/tmp.py Normal file
View File

@@ -0,0 +1,5 @@
run("hfitoff_wrapper")
y = [0,2,5,8,15,25, 20, 16,4,-2,-5]
x = [0,10,20,30,40,50, 60, 70, 80, 90, 100]
r = hfitoff(y, x)
plot([y,r[6]], ["data", "fit"], [x, r[5]])