Skip to content

Instantly share code, notes, and snippets.

@tienhv
Created July 10, 2016 08:48
Show Gist options
  • Select an option

  • Save tienhv/2e2f1416401c5da5caeb4a1fba1b91ac to your computer and use it in GitHub Desktop.

Select an option

Save tienhv/2e2f1416401c5da5caeb4a1fba1b91ac to your computer and use it in GitHub Desktop.
testing_gist_creating
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