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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Syntax for plotting data from [Workbook]Worksheet
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Maierhofer

Germany
Posts

Posted - 10/28/2013 :  10:00:30 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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 ...

Echo_Chu

China
Posts

Posted - 10/28/2013 :  11:30:12 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

greg

USA
1379 Posts

Posted - 10/31/2013 :  09:14:43 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
A bit more accurately ...

plotxy [Book1]"ABC"!(1,3);
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000