I am plotting a 3D point cloud on an XYZAxis
with the Markers
visual. In addition, I would like to plot a plane that shows how these points are separated; in this case, I have the coefficients c_0, c_1, c_2, c_3
of the plane c_0x_ + c_1y + c_2z + c_3 = 0
. How can I do this? I've tried using the Plane
visual, but I'm not sure how to tailor the Plane
to the coefficients.
Thanks!