Basically, I am making a basketball simulation. I have textfile with over 100,000 simulations. The axes of the 3D scatter plot should take the 2nd,3rd, and 4th columnns (representing 3 different physics parameter) of a basketball. However, there is a 5th column that represents if it the basketball has gone in or misses, based on the 3 parameters. I can plot the 3 parameters easy, but how do I go about plotting an "x" (miss) or an "o" (make)for the corresponding 3 parameters?
I am currently using PlotLy to do the visualization. Any help would be appreciated friends!