The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 individual selective curve problem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

macxheath

Germany
2 Posts

Posted - 05/24/2002 :  10:10:55 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
I usually work with plots including 20-40 sometimes pretty noisy curves. I would like to select a specific trace and hide all others. As it appears to me, the option to 'hide all others' just appears in the right-mouse-menu, if I hit the right curve. Unfortunately, this is sometimes pretty difficult. I wonder if there is a simple way to do this? Or - how can I hide all curves except the 'active curve'

Mike Buess

USA
3037 Posts

Posted - 05/24/2002 :  1:02:14 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This script will hide all but the active curve in the active layer. First select the active curve at the bottom of the Data menu.

%Z=""; lay -c;
loop (ii,1,count)
{
set %[%Z,#ii] -s 0; // hide each curve
};
set %C -s 1; // show the active curve, which is always named by %C

You might also need this script to show all curves...

%Z=""; lay -c;
loop (ii,1,count)
{
set %[%Z,#ii] -s 1; // show each curve
};

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 05/24/2002 13:03:31

Edited by - Mike Buess on 05/24/2002 13:06:25
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000