‘Arrow3D’ object has no attribute ‘do_3d_projection’; set up X, Y, Z axis on 3D plane
The purpose of the code is to use arrow3D to initiate X, Y, Z axis on a 3D plane.
The parameters of arrow3D are x, y, z, which default to zero; and dx, dy, dz, which is the length of X, Y, Z axis. That way, I could setup my window on 3D plane.
So in the code below, arrow3D inherits FancyArrowPatch and has its attributes _xyz and _dxdydz.
‘Arrow3D’ object has no attribute ‘do_3d_projection’; set up X, Y, Z axis on 3D plane
The purpose of the code is to use arrow3D to initiate X, Y, Z axis on a 3D plane.
The parameters of arrow3D are x, y, z, which default to zero; and dx, dy, dz, which is the length of X, Y, Z axis. That way, I could setup my window on 3D plane.
So in the code below, arrow3D inherits FancyArrowPatch and has its attributes _xyz and _dxdydz.