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
 ternary and data label position (newbie)?

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
Vollo Posted - 08/05/2000 : 4:02:00 PM
I need to label each data point in a ternary graph, but Origin always plots the labels somewhere else in the triangle. It seems Origin ignores z-value of data, so label position depends only on xy-values.

What i've to do that a label plots near by the data point??

Many thanks,
Volker Bartz

1   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 08/07/2000 : 4:08:00 PM
I know that the following is not a convenient solution, but anyway it's a possible work-around:

1. Assuming your (x,y,z) worksheet is already normalized, i.e. x+y+z=1 in data1, make a new worksheet (X2,Y2,L). L is for your labels.
2. Set the column values of X2 and Y2 such that:
X2=data1_a[i]+data1_b[i]*0.5
Y2=data1_b[i]*sqrt(3)*0.5
(Here, data1_a for x, data1_b for y.)
3. Create a scattergram of (X2,Y2,L), change the symbol size to 0, and set the X and Y axis ranges as 0 to 1.
4. Merge your ternary graph and the scattergram. Move the scattergram layer where you wish, and make the axes and tick labels invisible.

Hope this can be at least useful for you.


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