Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
将self.ax = Axes3D(self.fig)替换为self.ax = self.fig.add_subplot(111, projection='3d'), 解决了在matplotlib 3.6.3版本中无法正常绘制3D散点图的问题。
- Loading branch information