Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. fig, ax = plt.subplots()
  2.  
  3. def show():
  4. ax.clear()
  5. img = 'imgs/' + next(path_walker)
  6. img = Image.open(img)
  7. ax.imshow(img)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement