机器学习(五):初级matplitlib绘图-其他绘图样式和3维绘图

注(百度百科案例) 使用二维数据集和其他一些数据: 散点图: import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt np.random.seed(2000) y = np.random.standard_normal((1000,2)) plt.figure(figsize=(7,5)) plt.pl
相关文章
相关标签/搜索