The following line is causing the issue:
ax3.plot(bp_phase_snd_cycle, rp_mag, 'o', markersize=7, markerfacecolor="#ffa500", markeredgewidth=1, markeredgecolor='black')
Both ax1
and ax3
are using the same setting bp_phase_snd_cycle
. Perhaps you meant rp_phase_snd_cycle
.