update from last commit

close #23
This commit is contained in:
Ian
2019-02-11 18:27:42 -05:00
parent 1c2919ccd5
commit 4d72fa9de4

View File

@@ -0,0 +1,9 @@
import numpy as np
import matplotlib.pyplot as plt
def plotPath(img):
plt.matshow(img)
plt.colorbar()
plt.show()
return 1