Ubuntu linux 20.04-----python 使用matplotlib绘图

import matplotlib.pyplot as plt
squares = [1, 4, 9, 16, 25]
plt.plot(squares)
plt.show()
Ubuntu linux 20.04-----python 使用matplotlib绘图_第1张图片在这里插入图片描述Ubuntu linux 20.04-----python 使用matplotlib绘图_第2张图片在这里插入图片描述

CSDN:Linux系统中matplotlib的安装及使用

你可能感兴趣的:(Ubuntu,Linux,Ubuntu)