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
 Percentage

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
CaitlinEvans Posted - 03/24/2007 : 08:12:09 AM
Origin Version (Select Help-->About Origin):
Operating System:
How does one express a graph as a percentage of the maximum?
Thank you
Caitlin
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 03/24/2007 : 12:28:44 PM
Hi Caitlin,

Both of these solutions seem more complicated than should be necessary but they'll do the trick.

Method 1. Copy the values to a new column, then right click on new column and select Analysis > Normalize. Divide the default normalization constant by 100 as shown below and click OK. Then plot new column.



Method 2. Plot the data column and enter these commands in the script window...

sum(%C);
y2=sum.max;

That will set the upper display limit to the highest data value. Then select Format > Axis Tick Labels > Y Axis Tick labels, set Divide by Factor = layer1.y.To/100 and click Apply. Go to the Scale tab and adjust the tick increment or # major ticks. If the high point is clipped after making these changes select Format > Layer and uncheck the Clip Data to Frame option on the Display tab.

Mike Buess
Origin WebRing Member

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