热力图可视化 import matplotlib.pyplot as plt plt.imsave(savename, data, vmin=0, vmax=data_max, cmap='turbo') cmap 的其它选择(如 magma,jet): 其中cmap="jet"结果类似如下: