Created
July 10, 2016 08:48
-
-
Save tienhv/2e2f1416401c5da5caeb4a1fba1b91ac to your computer and use it in GitHub Desktop.
testing_gist_creating
This file contains hidden or 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
| from matplotlib import pyplot | |
| import numpy as np | |
| pyplot.plot([1,3,642,34]) | |
| pyplot.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment