VScode的python使用matplotlib的plt.show()不显示图形
使用VScode编写python程序,在不显示图形
plt.figure()
plt.imshow(train_images[10])
plt.colorbar()
plt.grid(False)
plt.show()
无法显示
settings:
jupyter.themeMatplotlibPlots
check it, then OK.
使用VScode编写python程序,在不显示图形
plt.figure()
plt.imshow(train_images[10])
plt.colorbar()
plt.grid(False)
plt.show()
无法显示
settings:
jupyter.themeMatplotlibPlots
check it, then OK.