Is there an easy way to label a wave with list elements without using a loop?
Unfortunately,
Make/N=4 w edit w.ld String labels = "A;B;C;D;" SetDimLabel 0, p, $StringFromList(p, labels), w
doesn't work.
No.
Back to top
Joined: 2009-01-06
Location: Switzerland
Is there an easy way to label a wave with list elements without using a loop?
Unfortunately,
doesn't work.