摘要: 见http://blog.csdn.net/qi_1221/article/details/73903131 阅读全文
posted @ 2017-12-09 22:44 imageSet 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 指定刻度的位置 plt.barh()可以得到横向的柱子,如图: 阅读全文
posted @ 2017-12-09 22:25 imageSet 阅读(651) 评论(0) 推荐(0) 编辑
摘要: 建立一个包含4行3列个子图的figure,add_subplot()可以指定放置位置,具体关系如下: figure()中可包含参数figsize=(10,6),10表示figure对象的横向长度,6表示纵向长度。 阅读全文
posted @ 2017-12-09 21:08 imageSet 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 第一句话 import matplotlib.pyplot as plt 画图命令 plt.plot() 括号内写参数,如plt.plot(x_list,y_list),x_list,y_list是两个长度相同的list,分别代表plot图中各个点的横纵坐标,连起来就是plot图。 另外这里的plt 阅读全文
posted @ 2017-12-09 19:44 imageSet 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 参考自:http://blog.csdn.net/sinat_37487842/article/details/72864462 阅读全文
posted @ 2017-11-30 16:15 imageSet 阅读(13099) 评论(0) 推荐(0) 编辑
摘要: sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo vim /etc/apt/sources.list注释掉之前的 改成 vim的使用方法http://www.runoob.com/linux/linux-vim.html 阅读全文
posted @ 2017-11-22 22:57 imageSet 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 反思https://www.cnblogs.com/buro79xxd/archive/2011/05/23/2054493.html 阅读全文
posted @ 2017-11-19 15:30 imageSet 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1存进elasticsearch中的数据在kibana的discover中看不到,但是通过_id在Dev Tools可以查到,也可以直接用python取出来。最后发现存进去的时候没加时间戳。 最后找了一天。。。 2写进数据库的数据因为没有检查_index的格式,所以_index的最后都是乱码。_in 阅读全文
posted @ 2017-11-18 21:09 imageSet 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 最近在学elasticsearch,找了篇教程。 http://www.cnblogs.com/xing901022/p/4704319.html 阅读全文
posted @ 2017-11-18 16:16 imageSet 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 直接贴出链接http://blog.csdn.net/xiaerwoailuo/article/details/70054429 http://blog.csdn.net/zhdgk19871218/article/details/46502637 清华Anaconda 镜像使用帮助https:// 阅读全文
posted @ 2017-11-07 23:22 imageSet 阅读(720) 评论(0) 推荐(0) 编辑