Hello,
I’d like to transform a list of numbers in DAT like this one :
into a line chart using for each point of the line chart index as X value and the number as Y value to make something that looks like an electrocardiogram and I can’t figure out the right way to do that. Do you have any idea ?
Thanks a lot for your help !
DATtoCHOP and then into limit SOP
It worked ! Thank you so much
You can use add Sop with number of row for x and number in row for y, then put a star in Polygon field and you obtain a line. dat_to_line.toe (3.6 KB)
I was thinking you need a real line…
and for the fun, a direct way to do it dat_to_line.toe (4.2 KB)
Fixed my typo. Of course it’s the limit SOP
Thanks for everything !