python的matplot庫畫3D曲面圖像

#coding:utf-8 import numpy as np from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt plt.style.use('ggplot') fig = plt.figure() ax = Axes3D(fig) x, y, z = [], [], [] # not used
相關文章
相關標籤/搜索