plt.plot()显示X的点,如何使线成直线?

时间:2019-03-06 03:23:12

标签: matplotlib

plt.plot(K, distortions, 'bx-')
plt.xlabel('k')
plt.ylabel('Distortion')
plt.title('The Elbow Method showing the optimal k')
plt.show()

上面的“我的肘部方法”图在每个点上都显示了X,这使得该图在视觉上难以解释。

我如何排成一行?

elbow with xs

1 个答案:

答案 0 :(得分:1)

删除图'bx-'中的选项,至少x x