Updating Docs
This commit is contained in:
@@ -14,8 +14,8 @@ def get_data(filename):
|
||||
y.append(float(data[1]))
|
||||
return x, y
|
||||
|
||||
x_meas, y_meas = get_data('Plotting\Base\Measured.txt')
|
||||
x_sim, y_sim = get_data("Plotting\Base\Simulated.txt")
|
||||
x_meas, y_meas = get_data('Base\Measured.txt')
|
||||
x_sim, y_sim = get_data("Base\Simulated.txt")
|
||||
|
||||
#print(min(x_meas),min(x_sim))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user