Skip to content

Instantly share code, notes, and snippets.

@vrootic
Created July 28, 2016 07:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrootic/9c857c0987788774bf3d26682af3152e to your computer and use it in GitHub Desktop.
Save vrootic/9c857c0987788774bf3d26682af3152e to your computer and use it in GitHub Desktop.
import numpy as np
import matplotlib.pyplot as plt
#%matplotlib inline
X = np.linspace(0, 10, 256)
plt.plot(X)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment