Hi,
I think you can try the scripts below:
for(ii=1; ii<=page.nLayers; ii++)
{
page.active = ii;
layer -c;
for(jj=2; jj <= count; jj+=2)
{
layer -hp 1 $(jj);
}
}
The details about layer -hp can be found here:
http://www.originlab.com/doc/LabTalk/ref/Layer-cmd#-hp.3B_hide_or_show_data_plot.28s.29
Hope it helps.
Regards,
Yuki
OriginLab