标签: matplotlib
plt.plot(K, distortions, 'bx-') plt.xlabel('k') plt.ylabel('Distortion') plt.title('The Elbow Method showing the optimal k') plt.show()
上面的“我的肘部方法”图在每个点上都显示了X,这使得该图在视觉上难以解释。
我如何排成一行?
答案 0 :(得分:1)
删除图'bx-'中的选项,至少x x