Skip to content
Snippets Groups Projects
Commit d918499d authored by Sander Snoo's avatar Sander Snoo
Browse files

Merge branch 'qblox' of https://github.com/stephanlphilips/pulse_lib into qblox

parents 9bd0c570 fedabc15
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ pt.figure()
names = fast_param.names
for ch_name,values in zip(fast_param.names, data):
print(ch_name, values)
pt.plot(values, label=ch_name)
pt.plot(values.flat, label=ch_name)
pt.legend()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment