Options

how to draw multi series in scatter 3d

will_w7tl9will_w7tl9 Member Posts: 5 Learner I
edited April 2020 in Help
plz take a look this demo -> jsfiddle.net/p5qxqshd 


i've generated two csv file like this for test by using scatter 3d,
x,y,z
0,3.339803706241991,3
0.1,3.3374696427494337,3
0.2,3.1172990941528935,3
0.3,3.489850784196743,3
but i did not success ...
So i updated two attachments for test ,if anybody would help me :) Thank you very much ~

Best Answer

Answers

  • Options
    hbajpaihbajpai Member Posts: 102 Unicorn
    Hey @will_w7tl9,

    I tried to plot a 3D scatter plot with your first csv, it looks like below figure. You can plot different series by setting series name as color in the plot. 


    Best,
    Harshit
  • Options
    will_w7tl9will_w7tl9 Member Posts: 5 Learner I
    Hi @hbajpai ,
    Thank you so much for reply me ~
    I am confused about how to set the z axis, especially when multiple series are displayed at the same time just like the jsfiddle.net/p5qxqshd demo.
    If i provide a mix csv file,would you please let me know how to display two series with diffrent z-axis (z1,z2) using scatter 3d ?
    Thanks !
  • Options
    will_w7tl9will_w7tl9 Member Posts: 5 Learner I
    Hi @hbajpai
    Thx ! Now i've got the plot look like this 



    But i have another issue, how do i set the series style like this (marker enabled -> false):
    In other words, how do I set the style so that the line style becomes like this


  • Options
    hbajpaihbajpai Member Posts: 102 Unicorn
    Hey @will_w7tl9,

    I do not think Rapid Miner has a 3D line plot yet. So, you can only 3D plot scatter plots.
    Best,
    Harshit
  • Options
    will_w7tl9will_w7tl9 Member Posts: 5 Learner I
    finally i got it ...(by edit the source code) 

Sign In or Register to comment.