How to plot images using Matplotlib.pyplot in a grid?

前端 未结 0 1024
野性不改
野性不改 2020-12-30 20:01

I\'m trying to plot images from MNIST dataset using the following code.

import matplotlib.pyplot as plt
fig, ax = plt.subplots(5,5)
for i in range(5):
    for         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题