摘要: 1.基础知识点回顾 1.plot(x, y, marker='D')表示绘制折线图,marker设置样式菱形。 2.scatter(x, y, marker='s', color='r')绘制散点图,红色正方形。 3.bar(x, y, 0.5, color='c')绘制柱状图,间距为0.5,原色。 阅读全文
posted @ 2018-01-07 23:47 天波-风客 阅读(2397) 评论(0) 推荐(0)
摘要: multiprocess stdout AttributeError:module '__main__' has no attribute '__spec__' 在ipython解释器中运行以上脚本一直弹出这个问题,AttributeError 查阅官方文档,In the remaining cas 阅读全文
posted @ 2018-01-07 14:09 天波-风客 阅读(327) 评论(0) 推荐(0)