Skip to content

Instantly share code, notes, and snippets.

@qmaruf
Last active April 8, 2021 02:57
Show Gist options
  • Save qmaruf/51bcd98072b52ce815289c18e9893496 to your computer and use it in GitHub Desktop.
Save qmaruf/51bcd98072b52ce815289c18e9893496 to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
def plotme(x, output):
plt.figure()
plt.imshow(x)
plt.savefig(output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment