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
 Origin Forum
 Automating label creation

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
fabio Posted - 09/22/2000 : 3:59:00 PM
Hi, I 'm producing a lot of different data with some programs I'm writing for a class and I plot this data in Origin. What I usually do is to write, in the data file, the main result of the program or the parameters I used to generate the data file(usually a couple of line before the data itself). Is there any way to have Origin read this line (or more than one) and use this as label in my graphs or at least keep in a place where I can access them? Thanks a lot
Fabio
2   L A T E S T    R E P L I E S    (Newest First)
fabio Posted - 09/27/2000 : 2:30:00 PM
Jose,
thanks a lot for yuor answer and pointing me in the right direction
I haven't had the time to try carefully all of them but I'have already found, as you suggested, that they only work to some extent.
As soon as i can find something I'll post it

Fabio

Jose Posted - 09/25/2000 : 8:51:00 PM
Take a look at the following pages:

Outputting the ASCII header to a text object

How import multiple headerlines from asciifile?

ASCII Header Information

Kwondledge Base: Move

I remember I had some problems with all the solutions. What I usually do is to import the header in the column labels (by skipping that lines for the rows, and so inserting this information into the column labels), and then access the text with commands of this type:

%m=data1!wks.col1.label$; // take the label of the 1st column

%m=%[%m,@2]; // take the second line of that label

header.text$=\b(%m); // put that text into the contents of the "header" object, on a graph, for instance

But I don't have many necessities of this kind, so my solutions can be too simple...

jose.

[This message has been edited by Jose (edited 09-25-2000).]


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