lifsuscept with quadrants
This commit is contained in:
parent
7a6054d70e
commit
96ee188377
@ -121,7 +121,9 @@ def plot_chi2(ax, s, r0, freqs, chi2):
|
|||||||
vmax = 300
|
vmax = 300
|
||||||
pc = ax.pcolormesh(freqs, freqs, chi2, vmin=0, vmax=vmax,
|
pc = ax.pcolormesh(freqs, freqs, chi2, vmin=0, vmax=vmax,
|
||||||
rasterized=True)
|
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_aspect('equal')
|
||||||
ax.set_xlabel('$f_1$')
|
ax.set_xlabel('$f_1$')
|
||||||
ax.set_ylabel('$f_2$', labelpad=6)
|
ax.set_ylabel('$f_2$', labelpad=6)
|
||||||
|
Loading…
Reference in New Issue
Block a user