Guest User

Untitled

a guest
May 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. x = np.linspace(0, 1, 100)
  2. y = np.sin(x * 2 * np.pi) / 2 + 0.5
  3. ax.plot(x, y, zs=0, zdir='z', linestyle = 'solid')
Add Comment
Please, Sign In to add comment