| Author | 
                
                  Topic   | 
                
                
                 
                 
                 
                 
                 
                                 | 
               
              
                | 
                 macxheath 
                 
                
                Germany 
                2 Posts  | 
                
                  
                    
                      
                       Posted - 05/24/2002 :  10:10:55 AM
                        
                        
                        
                        
                        
                      
  | 
                     
                    
                      |  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
                        
                        
                        
                        
                        
                      
  | 
                     
                    
                       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 | 
                     
                    
                        | 
                     
                   
                 | 
               
              
                |   | 
                
                  Topic   | 
                
                
                 
                 
                 
                 
                 
                 | 
               
             
           | 
         
       
     |