Annotate traces by color
AlonPolegPolsky
Function AnnotationColor()
variable tnum
string traces=tracenamelist("",";",1),text=""
for(tnum=0;tnum<itemsinlist(traces,";");tnum+=1)
text+="\K"+StringByKey("rgb(x)", TraceInfo("",stringfromlist(tnum,traces,";"),0),"=")+stringfromlist(tnum,traces,";")+"\r"
endfor
if(strlen(text)>0)
TextBox removeending(text)
endif
End
variable tnum
string traces=tracenamelist("",";",1),text=""
for(tnum=0;tnum<itemsinlist(traces,";");tnum+=1)
text+="\K"+StringByKey("rgb(x)", TraceInfo("",stringfromlist(tnum,traces,";"),0),"=")+stringfromlist(tnum,traces,";")+"\r"
endfor
if(strlen(text)>0)
TextBox removeending(text)
endif
End
Forum
Support
Gallery
Igor Pro 9
Learn More
Igor XOP Toolkit
Learn More
Igor NIDAQ Tools MX
Learn More