Post-processing black reformat
This commit is contained in:
parent
c4fd6754ab
commit
f27f44bbb6
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ botl = read_nohead_scalar(root.joinpath("botl.dat"), n)
|
||||||
dep = read_nohead_scalar(root.joinpath("dep.dat"), n)
|
dep = read_nohead_scalar(root.joinpath("dep.dat"), n)
|
||||||
watl = read_nohead_scalar(root.joinpath("watl.dat"), n)
|
watl = read_nohead_scalar(root.joinpath("watl.dat"), n)
|
||||||
|
|
||||||
plt.plot(dep.T-botl.T, label="dep")
|
plt.plot(dep.T - botl.T, label="dep")
|
||||||
plt.plot(-botl.T[:, 0], label="botl")
|
plt.plot(-botl.T[:, 0], label="botl")
|
||||||
plt.show(block=True)
|
plt.show(block=True)
|
||||||
|
|
Loading…
Reference in a new issue