Hi, The x and y axes were mislabeled in the score plot, which should be: ``` plt.ylabel('t_ortho') plt.xlabel('t') ``` Dong