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
 plotting statistics Origin7 vs. 8

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
crisshartzell Posted - 05/09/2008 : 10:06:41 AM
In Origin 7, Statistics>Descriptive Statistics>Statistics on Columns generated a worksheet that could be plotted. In Origin 8, I cannot plot the worksheet: the column properties dialog does not appear when I double click on the column. The entire worksheet seems to be a different kind of worksheet. The only way it seems I can manipulate the values is to cut and paste to a fresh worksheet. Am I just stupid?
5   L A T E S T    R E P L I E S    (Newest First)
easwar Posted - 04/23/2010 : 12:47:23 PM
quote:
Originally posted by kitten_li

hi, I'm wondering if this issue raised two years ago has been solved.
I'm using Origin 8 and if I do statistics on columns, the option of "output report tables to sheet" is still gray.



Hi,

Apologies for the inconvenience this has caused, we have added a issues tracker item QA#15352 to address this in the next version.

In the mean time, in 8.0 (may need latest SR) and 8.1, here is a workaround:

-> Select the columns you want to analyze (can be non-contiguous etc)
-> Go to script window and type:
colstats -d
and press Enter
-> In the dialog that opens, check/uncheck quantities to be computed
(not all quantities from the main tool may be present here,
but the most common ones are)
-> Set the Recalculate drop-down to auto if you want auto update etc
-> Press OK

You will get a "normal worksheet" with the column name and quantities and then you can make graphs from that sheet (after setting column type such as say setting SD to YErr)

Easwar
OriginLab

greg Posted - 04/23/2010 : 12:24:33 PM
The 'Old School' ways are still available in Origin, just not from the menu. For example, to generate Statistics to a flat sheet (i.e. one you can plot) you can select your columns and use:

run.section(wks,statcol);

That method ignores sub-ranges in a column and works only for whole columns (though it does detect any selection in a column as a column selection), does not have customizable stats and it cannot auto-update.

kitten_li Posted - 04/21/2010 : 5:21:25 PM
hi, I'm wondering if this issue raised two years ago has been solved.
I'm using Origin 8 and if I do statistics on columns, the option of "output report tables to sheet" is still gray.
couturier Posted - 05/17/2008 : 3:56:56 PM
How about making embedded tables plottable ?

From the user's point of view, it would be the best solution (right-click - create copy as new sheet can become quite tedious).

easwar Posted - 05/09/2008 : 10:52:22 AM
Hi Criss,

The output sheet in this case is a "report sheet" that has embedded tables, and columns are the report sheet are not plottable.

What you can do now is to right-click on the Descriptive Statistics table node in this report sheet, and from the context menu select "Create Copy as New Sheet" or "Create Copy as Transposed Sheet" and a new sheet that is a "normal worksheet" will be added where all the results will be available, and you can set col designations and plot. In this copy sheet, the cells actually link back to this embedded table, so if the source data changes and your operation is set to auto udpate, the copy sheet content will update as well.

We will look into option for making this output go to a "normal" sheet as an option.

Easwar
OriginLab


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