Files
sf-op/script/test/test_data_txt.py
2025-12-15 16:53:16 +01:00

6 lines
156 B
Python

#set_exec_pars(format="txt")
data2d = [ [1.0, 2.0, 3.0, 4.0, 5.0], [2.0, 3.0, 4.0, 5.0, 6.0, ], [3.0, 4.0, 5.0, 6.0, 7.0]]
plot(data2d)
set_return(True)