author-pic

Tomohiro Nagasaka

Matplotlib


Published on April 01, 2020

Jupyterのおまじない

%load_ext autoreload
%autoreload 2
%matplotlib inline

画像表示

import matplotlib.pyplot as plt

plt.imshow(img)
plt.show()

If you like it, share it!