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
 Create datasets when graph active

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
peter.cook Posted - 12/22/2003 : 09:54:30 AM
Hi,

I think I asked this question years ago (Origin 5?) - Origin appears to always plot datasets when a graph window is active. I actually find this a bit of a nuisance for my appliactions but usually get around this by making a worksheet tempoorarily active eg

win -o Data1 {
create pete -n 1;
create pete2 -c 2;
}

Is this correct and/or is there a better way to avoid this (eg I always have to now the name of an existing worksheet)?

Cheers,

Pete



5   L A T E S T    R E P L I E S    (Newest First)
cpyang Posted - 12/22/2003 : 12:38:26 PM
sorry, you are right, create -t does not plot to current graph.

CP


peter.cook Posted - 12/22/2003 : 12:16:07 PM
Hi CP,

create test1_aa -t npts doesn't plot to graph..as per help documentation.

So I might actually regard create -w options as hidden (not plotting)worksheets and create -t as (non plottin) (single) datasets?

Cheers,

Pete

cpyang Posted - 12/22/2003 : 11:21:11 AM
create test1 -w[options] npts col...;

will not plot to the current graph, but

create test1_aa -t npts;

will plot to the current graph.

-wd[n] will create datasets without worksheet
-w will create worksheet
-wh[n] will create datasets with minimized worksheet

CP




peter.cook Posted - 12/22/2003 : 11:00:33 AM
Hi CP,

Thanks for reply.

Just to check : the help file says -wd / -wdn options create datasets but not worksheet.

How does this differ from create -t : maybe this is whatI want?
Why might I then use create test1 -wd 100 aa bb cc?

Cheers,

pete

cpyang Posted - 12/22/2003 : 10:35:50 AM
using the -w related options does not plot the dataset, like

create test1 -wd 100 aa bb cc;

or if you want the worksheet created as well, but minimized,

create test2 -wh 100 aa bb cc;

CP



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