lifsuscept with quadrants

This commit is contained in:
Jan Benda 2025-07-04 18:48:42 +02:00
parent 7a6054d70e
commit 96ee188377

View File

@ -121,7 +121,9 @@ def plot_chi2(ax, s, r0, freqs, chi2):
vmax = 300
pc = ax.pcolormesh(freqs, freqs, chi2, vmin=0, vmax=vmax,
rasterized=True)
ax.plot([0, 0, 1], [1, 0, 0], **s.lsDiag)
#ax.plot([0, 0, 1], [1, 0, 0], **s.lsDiag)
ax.axhline(0, **s.lsDiag)
ax.axvline(0, **s.lsDiag)
ax.set_aspect('equal')
ax.set_xlabel('$f_1$')
ax.set_ylabel('$f_2$', labelpad=6)