Plot Sin
This is my first post on Coderwall. I think I'll use this for my programming blog posts.
import matplotlib.pyplot as plt
import numpy as np
goodstuff = np.arange(-np.pi, np.pi, 0.01)
s = np.sin(goodstuff)
plt.plot(goodstuff, s)
yay
Written by Matthew
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Related Tags
#python
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#