1
Fork 0

Post-processing black reformat

This commit is contained in:
Edgar P. Burkhart 2022-03-02 14:41:57 +01:00
parent c4fd6754ab
commit f27f44bbb6
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -21,6 +21,6 @@ botl = read_nohead_scalar(root.joinpath("botl.dat"), n)
dep = read_nohead_scalar(root.joinpath("dep.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.show(block=True)