Black reformat on processing
This commit is contained in:
parent
eff2b09c8f
commit
358b57f23d
7 changed files with 62 additions and 41 deletions
|
|
@ -55,7 +55,7 @@ vk = np.sqrt((velk[n] ** 2).sum(axis=1))
|
|||
|
||||
lines = ax.plot(x, zk[n].T, c="#0066cc")
|
||||
quiv = []
|
||||
for i in range(len(lines)-1):
|
||||
for i in range(len(lines) - 1):
|
||||
quiv.append(
|
||||
ax.quiver(
|
||||
x[::50],
|
||||
|
|
|
|||
Reference in a new issue