Advertisement
lessientelrunya

black

Jun 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. plt.figure()
  2. plt.imshow(digits.images[0], cmap = plt.cm.gray_r, interpolation = 'nearest')
  3. plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement