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
 Double x-axes

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
yasodha Posted - 04/07/2012 : 08:15:05 AM
Hello,
I am using Origin ver8. I am trying to plot 1/T power 1/4 versus resistivity along y-axis.Here T is the temperature. But at the same time, the corresponding T should me indicated in the top x-axis with the same interval of data as in 1/T power 1/4. I tried many possible roots. But nothing worked out. Please suggets some ways to solve this problem. Expecting possible solutions.
Thanks in advance.
yasodha
2   L A T E S T    R E P L I E S    (Newest First)
yasodha Posted - 04/14/2012 : 10:48:38 PM
Wow! Thanks a lot .

Your suggestion worked out. I could get it easily.

Thanks a lot again .

yasodha
Kathy_Wang Posted - 04/09/2012 : 11:31:27 PM
Hi,
You may do the following:
1, plot a graph with your XY data (in which X is the (1/T)^(1/4) and Y is the resistivity), suppose this is graph 1;
2, double click on the x axis in graph1 to bring up the axis dialog, go to "Title&Format" tab;
3, select the "top" axis and check the "show axis and ticks" box, click "apply" and the top X axis should be shown in the graph(but without tick labels yet);
4, go to the "Tick Labels" tab, for the top axis, check the box before "Show Major Labels", to show the major labels as numeric.
5, close the axis dialog, and go to the command window; (Normally it should be open when you launched your origin, but if it is not, you may open it by choosing "Window:Command Window" or use the short key "Alt+3")
6, in the command window, use the following script:
layer.x2.label.formula$ = "1/(x^4)"

This will place labels on the top X axis, at the same positions corresponding to labels in the bottom X axis, and these new labels will represent values that are computed using the specified formula. And the formula "1/(x^4)" is the one you used to calculate T value from (1/T)^(1/4).
At last, you should have a plot similar to the following figure,

Hope this information helps!

Kathy
Originlab

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