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

@@ -47,7 +47,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)
if 'noise_frac' in data:
ax.set_title('$c$=0\\,\\%', fontsize='medium')
else:
@@ -182,3 +182,4 @@ if __name__ == '__main__':
fig.common_yticks(axs[5, :])
fig.tag(axs, xoffs=-4.5, yoffs=1.8)
fig.savefig()
print()