[wip] add fft functions

This commit is contained in:
Noe Brucy
2023-04-13 11:03:12 +02:00
parent 3f8d3767c3
commit 85cfd71b66
2 changed files with 85 additions and 13 deletions

View File

@@ -50,6 +50,6 @@ def plot_radial(table: QTable):
P[0, -1] = P[0, 0]
P[1, -1] = P[1, 0]
pc = ax.pcolormesh(P, R, C, cmap="tab20c") #, vmin=6, vmax=9)
pc = ax.pcolormesh(P, R, C, cmap="tab20c") # , vmin=6, vmax=9)
print(P, R, C)
#fig.colorbar(pc)
# fig.colorbar(pc)