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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Show

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
XeSSo Posted - 09/05/2015 : 12:39:55 AM
Hello!

Is there a way to show/hide part of data plots on a graph for specified X range? What if this plots are grouped together?
2   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 09/09/2015 : 10:23:08 AM
Hi XeSSo,

Could you please try the following snippet?
range rg=[Graph1]Layer1!1;
xlow=xindex1(3.5,rg); //X range from 3.5 to 7.5 properly within the range
xhigh=xindex(7.5,rg); 
mark -st rg -b xlow -e xhigh; //Apply masking
@mp=1;  //0=Show, 1=Hide
mark -u;
I suppose X dataset should be monotonic.

Hope this helps.

--Hideo Fujii
OriginLab
cpyang Posted - 09/05/2015 : 10:40:00 AM
First mask the data that you want to hide, then click the button to Hide the masked points.

CP

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000