79275909

Date: 2024-12-12 16:48:15
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Silver Spade