Created
May 11, 2020 10:48
-
-
Save prateekjoshi565/542bf3554ef996316bdc14183ec05ef3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# plot polygon | |
plt.figure(figsize=(10,10)) | |
plt.imshow(stencil, cmap= "gray") | |
plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment