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.
相關文章
相關標籤/搜索