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