geatpy icon indicating copy to clipboard operation
geatpy copied to clipboard

修复matplotlib 3.6.3下无法绘制3D散点图问题

Open yangwy811 opened this issue 2 months ago • 0 comments

将self.ax = Axes3D(self.fig)替换为self.ax = self.fig.add_subplot(111, projection='3d'), 解决了在matplotlib 3.6.3版本中无法正常绘制3D散点图的问题。

yangwy811 avatar May 02 '24 02:05 yangwy811