How do i plot my 240 long position vector as an x,y,z 80 dots 3d figure
Talefjanten
MemberPosts:6Newbie
Ill explain: I have a 240 attributes, each pair of 3 contains my x,y,z [-0,8985544 0,6975544 2,48755878], i want to plot these 80 points in rapidminer to produce my "skeleton" in a 3d plot, but i have no idea how even to start!
0
Answers
Here is an example how you could transform the [x y z] string into three different attributes.
Afterwards you only have to select the x-axis, y-axis and Value column (z-axis) in the Scatter 3D Plot.
Greetings,
Jonas