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