Python ERROR:ValueError: Unknown projection '3d'

这个主要是matplotlib版本的问题html 新版本绘制三维散点的方式:python import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D fig = plt.figure() ax = fig.add_subplot(111, projection='3d') Prior to version 1.0.
相关文章
相关标签/搜索