[图片]上篇文章介绍了使用matplotlib绘制折线图,参考:Python matplotlib绘制折线图,本篇文章继续介绍使用matplotlib绘制散点图。一、matplotlib绘制散点图# coding=utf-8import matplotlib.pyplot as ...