Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Nov 30, 2014
1 parent 1df1fdf commit eb08be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plotting/graph_wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np
import matplotlib.pyplot as plt

# Create x, randomly spaced between 0 to 20
# Create x, evenly spaced between 0 to 20
x = np.linspace(0, 20, 1000)
y1 = np.sin(x)
y2 = np.cos(x)
Expand Down

0 comments on commit eb08be2

Please sign in to comment.