ChrLie How about using the /W flag on ModifyImage. Assuming that the 3 graphs are the only ones which are displayed: function scale(mi,mx) variable mi, mx String TheGraphs = WinList("*", ";", "WIN:1") variable i do String ThisGraph = StringFromList(i, TheGraphs) if (strlen(ThisGraph) == 0) break endif ModifyImage /W=$ThisGraph ''#0, ctab = {mi,mx, YellowHot,0} i+=1 while(1) end Log in or register to post comments October 17, 2014 at 05:20 am - Permalink
Jinhyung Kim Thank you so much ! It's great. Thank you. Log in or register to post comments October 18, 2014 at 12:03 am - Permalink
variable mi, mx
String TheGraphs = WinList("*", ";", "WIN:1")
variable i
do
String ThisGraph = StringFromList(i, TheGraphs)
if (strlen(ThisGraph) == 0)
break
endif
ModifyImage /W=$ThisGraph ''#0, ctab = {mi,mx, YellowHot,0}
i+=1
while(1)
end
October 17, 2014 at 05:20 am - Permalink
It's great.
Thank you.
October 18, 2014 at 12:03 am - Permalink