T # plot them plt.plot(x, y, 'o', ms=1.5, label=f'Cluster {i + 1}') # draw the legend ax.legend() # show the figure fig.tight_layout() ...
確定! 回上一頁