摘要:
# 3维import numpy as np import matplotlib.pyplot as plt from sklearn.datasets.samples_generator import make_classification from mpl_toolkits.mplot3d import Axes3D fig = plt.figure() ax = Axes3D(fig) ... 阅读全文
posted @ 2018-12-07 17:01
下路派出所
阅读(1961)
评论(0)
推荐(0)