Subplot (2,2,1) plt. scatter(X[y==0,0], X[y==0,1], marker='o', ... marker='4', color='red') plt. xlabel('x1') plt.ylabel('x2') plt.title('Original: 1=%s and ...
確定! 回上一頁