Skip to content

Instantly share code, notes, and snippets.

@bayerj
Created June 26, 2009 13:47
Show Gist options
  • Save bayerj/136477 to your computer and use it in GitHub Desktop.
Save bayerj/136477 to your computer and use it in GitHub Desktop.
import pylab
import scipy
pylab.clf()
pylab.imshow(scipy.eye(100, 100))
pylab.Rectangle((10, 10), 20, 20, fill=True)
pylab.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment