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
 Data labels in 3D scatter xyz plot

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
thixonix Posted - 02/18/2005 : 08:41:28 AM
I'm trying to add labels to all of my datapoints in a 3D scatter xyz plot.
For 2D scatter plots I'm using the "Layer n" option and then "Plot Associations" to add the labels.
For the 3D scatter plot the "Plot Associations" field is shaded.
How can I label my datapoints in a 3D scatter plot?

Cheers
Thixonix
5   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 02/21/2005 : 4:50:28 PM
Hi Rudolf,

> Is there a possibility to write a macro to
> label the datapoints?

As Easwar wrote, currently, there is no way to draw a lebel in a 3D position.

In a similar way to the previous post,
  ii=1; dotool 3;
  def pointproc{%a=data1_d[ii]$;label -s %a;ii++;};
may help you a little bit to place your labels (say, stored in data1_d).
After run this, select the Data Reader, choose the first data, then repeat the double-clicking and right-arrow. Of course, if you rotate the axes, you break...

Hideo
OriginLab



thixonix Posted - 02/21/2005 : 10:29:14 AM
Is there a possibility to write a macro to label the datapoints?

Cheers
Rudolf
easwar Posted - 02/21/2005 : 08:19:37 AM
Hi Rudolf,

Labeling of data points in a 3D scatter plot is currently not supported. We will work on adding this support in a future version.

See
http://originlab.jira.com/browse/ORG-2281

Thanks,

Easwar


thixonix Posted - 02/21/2005 : 08:12:54 AM
Hi,
Thank you for the hint. The issue discussed in the mentioned forum is dealing with labeling a z-value at each datapoint.

My issue is to add text labels to the 3D scatter plot! I have a matrix with 4 columns (x,y,z,label), when I'm creating the 3D scatter plot I can only select the 3 columns x,y and z. The label column is not accepted for this selection. How can I add this text labels to each datapoint in the 3D scatter plot?

Thank you for your help!

Cheers,
Rudolf
Mike Buess Posted - 02/18/2005 : 5:30:59 PM
Hi Thixonix,

This forum topic might help...

http://www.originlab.com/forum/topic.asp?topic_id=3509

Mike Buess
Origin WebRing Member

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