首页
用scatter()绘制散点图
import matplotlib.pyplot as plt fig,ax = plt.subplots() ax.scatter(2,4) plt.show()
python编程从入门到实践
scatter
Matplotlib
相关
学习《Python编程从入门到实践》PDF+代码训练
MatplotLib 第一部分
用python的matplotlib和numpy库绘制股票K线均线的整合效果(含从网络接口爬取数据和验证
Python matplotlib绘图设置坐标轴的标题
matplotlib 绘图风格比较
matplotlib散点图
matplotlib绘图:figure和axes有什么区别?
Matplotlib进行数据可视化的快速上手指南
matplotlib一图画两线
matplotlib显示中文
matplotlib的使用——bar柱状图的绘制
Matplotlib绘图设置--- 图例设置
标签