默認繪圖 import matplotlib.pyplot as plt plt.figure(figsize=(8, 8)) plt.scatter(X[:, 0], X[:, 1], marker='o'). 默認繪圖結果如下:
確定! 回上一頁