Trying to make it show up

This commit is contained in:
Kevin Monpara
2019-04-24 19:43:10 -04:00
parent 3d25006b5d
commit 13bf7cc4a3

View File

@@ -177,7 +177,7 @@ def find_displacement(match_method):
print("Y DISPLACEMENT AVERAGE: ", y_average)
print("X MAX: ", np.amax(x_displacements))
print("Y MAX: ", np.amax(y_displacements))
#useless comment here
plt.show()
def findAverageDisplacement(displacement_field, x1, x2, y1, y2):