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
 highlighted data takes precendence

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
ldpham Posted - 05/28/2005 : 8:06:51 PM
Origin Version (Select Help-->About Origin): 7.5
Operating System: win xP

Hello

I've made a few buttons in a worksheet such that when I press them, an entire column is plotted. What I want to do is be able to highlight some data, push the button and have the highlighted data plotted instead of the entire column. Below is what I'm using to plot the entire column. Hope you can help. Thanks.

worksheet -s 5 0 5 0; //select column
worksheet -p 202 entropy; //plot into template
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 05/30/2005 : 12:21:18 PM
If you are selecting the data manually you don't need the worksheet -s command. In other words, your button script can be as simple as this...

wo -p 202 entropy;

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 05/30/2005 12:27:46 PM

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