| 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 |
|
|