# 1、安装包 $ pip install matplotlib # 2、进入python的交互式界面 $ python -i # 3、使用matplotlib 的scatter 方法绘制散点图 >>> import matplotlib.pyplot as plt >> ...
確定! 回上一頁