质量控制:断言函数 assert_almost_equal assert_approx_equal assert_array_almost_equal assert_array_equal assert_array_less assert_equal assert_string_equal assert_array_almost_equal_nulp
单元测试 ;nose ???
绘图:
matplotlib.pyplot
plot(x,y) xlabel ylabel show 输入颜色 虚实线
子图 新增 :subplot title
财经:
matplotlib.finance 包绘制全年的股票价格
直方图 hist
对数坐标轴: 对x轴 semilogx 对y轴取对数 semilogy函数 对x轴y轴取对数 loglog
散点图 scatter
着色 fill_between alpha 通道 where 指定条件
图例和注释 legend 创建透明图例 annotate添加注释
等高线图: contourf 绘制