Skip to content

Instantly share code, notes, and snippets.

@ritvikmath
Last active December 6, 2019 20:43
Show Gist options
  • Select an option

  • Save ritvikmath/6d1a58354db6020d923e28c503078901 to your computer and use it in GitHub Desktop.

Select an option

Save ritvikmath/6d1a58354db6020d923e28c503078901 to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
import numpy as np
#read my image from file
img = plt.imread('baby_yoda.jpg')
#show my image
plt.imshow(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment