import matplotlib as mpl import matplotlib.pyplot as plt ... 28) plt.imshow(some_digit_image, cmap="binary") plt.axis("off") plt.show().
確定! 回上一頁