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