Skip to content

Commit

Permalink
show first plot
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlowery committed Apr 14, 2017
1 parent d1f8dd0 commit e43df16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ex5/ex5.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from show import show
import scipy.io
import matplotlib.pyplot as plt
import numpy as np
Expand Down Expand Up @@ -51,6 +52,7 @@
plt.scatter(X, y, marker='x', s=60, edgecolor='r', lw=1.5)
plt.ylabel('Water flowing out of the dam (y)') # Set the y-axis label
plt.xlabel('Change in water level (x)') # Set the x-axis label
show()

input('Program paused. Press Enter to continue...')

Expand Down

0 comments on commit e43df16

Please sign in to comment.