default color map

This commit is contained in:
2025-05-16 17:06:54 +02:00
parent 21fb68d81b
commit 26c0fc4aae
8 changed files with 86 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ def plot_chi2(ax, s, data_file):
ten *= delta
break
pc = ax.pcolormesh(freqs, freqs, prss, vmin=0, vmax=vmax,
cmap='viridis', rasterized=True)
rasterized=True)
ax.set_title(f'$N=10^{np.log10(n):.0f}$', fontsize='medium')
ax.set_xlim(0, 300)
ax.set_ylim(0, 300)
@@ -164,3 +164,5 @@ if __name__ == '__main__':
fig.common_yticks(axs[-1, :4])
fig.tag(axs, xoffs=-2.5, yoffs=1.8)
fig.savefig()
print()