标签:bsp blog console 设置 label class import style 好的
在console端输入python语句,会一句输一行,而且不保留你所做的操作,但是每一句之间加一个分号就能很好的解决。
import pylab as Plot Plot.xlim(-150, 150);Plot.ylim(-150, 150);Plot.scatter(yt[:,0], yt[:,1], 20,Labels);
标签:bsp blog console 设置 label class import style 好的
原文地址:http://www.cnblogs.com/kangronghu/p/6188374.html