[wip] add fft functions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user