Closedown

This commit is contained in:
2020-04-09 12:09:37 +02:00
parent 84ecabd490
commit 5f409f8950
3 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ Processing and plotting scan data
"""
inp.write(0.0)
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, "Scan 1")
scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, "Scan 2")
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1")
scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2")
from operator import add