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 for Programming
 LabTalk Forum
 mark command
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

peroma

Germany
26 Posts

Posted - 01/15/2003 :  05:48:32 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hello forum,

I have a problem in understanding how the "mark" command works. There is "mark -wd" and "mark -w1" who both "maks a selected range either in the worksheet or graph". How can I select a range in a graph, so that the line

"mark -w1;"

will work?

Thank you for any help!

Peter

Mike Buess

USA
3037 Posts

Posted - 01/15/2003 :  1:47:19 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Peter,

Use the system variables mks1 and mks2 to mark the beginning and end of the selection range. Say you want to mask points 5 through 10 of the active plot...

mks1=5;
mks2=10;
mark -w1 %C;

Mike Buess
Origin WebRing Member
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