pyplot
ぱいぷろっと?
Matplotlib
のモジュール
code:test.py
plt.plot(x,y)
#グラフ描画
plt.show()#グラフを表示
img=imread('test.png')#画像を読み込む
plt.imshow(img)#画像を表示