x = np.linspace(0, np.pi*2, 101)
y = np.sin(x)
plt.plot(x, y, 'bo-')