python中的可视化工具——matplotlib模块

matplotlib模块实现函数可视化。 1.安装matplotlib模块 在终端中的安装指令为:sudo pip install matplotlib 2.绘制散点图 import matplotlib.pyplot as plt plt.scatter(x, y, s=None, c=None, marker=None, cmap=None, norm=None, vmin=None, vma
相关文章
相关标签/搜索