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
 Syntax for plotting data from [Workbook]Worksheet

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
Maierhofer Posted - 10/28/2013 : 10:00:30 AM
Origin Ver. 8.1SR3 Operating System: WIN7

How can i plot column "C" from Worksheet "ABC" in Workbook "Book1" ?

When "Book1" has got only "Sheet1", "layer -i Book1_C" does the job,
but how is the syntax with multiple worksheets in a workbook ?

layer -i [Book1]ABC_C doesn' work ...
2   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 10/31/2013 : 09:14:43 AM
A bit more accurately ...

plotxy [Book1]"ABC"!(1,3);
Echo_Chu Posted - 10/28/2013 : 11:30:12 PM
Hi, Andreas

I suggest you use plotxy to create plot from worksheet. For example, the script below is to create a scatter plot from column C of the first sheet of Book1


plotxy [Book1]1!(1, 3);


You can learn more detail from the document of plotxy

http://www.originlab.com/doc/X-Function/ref/plotxy


Echo
OriginLab Corp.

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