随笔分类 -  Matplotlib

摘要:# -*- coding: utf-8 -*-"""Created on Tue Nov 04 21:22:29 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltx, y = np.meshgrid(np.li... 阅读全文
posted @ 2014-11-04 21:25 林中细雨 阅读(430) 评论(0) 推荐(0)
摘要:http://nbviewer.ipython.org/github/EnricoGiampieri/dataplot/blob/master/statplot.ipynb没找到直接的接口的使用方法。上述连接。 阅读全文
posted @ 2014-11-04 21:06 林中细雨 阅读(270) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*-"""Created on Tue Nov 04 15:46:32 2014@author: dell"""import numpy as npimport matplotlib.pyplot as pltif __name__ == '__main__... 阅读全文
posted @ 2014-11-04 18:03 林中细雨 阅读(1043) 评论(0) 推荐(0)
摘要:boxplotDefinition : boxplot(x, notch=False, sym='b+', vert=True, whis=1.5, positions=None, widths=None, patch_artist=False, bootstrap=None, usermedian... 阅读全文
posted @ 2014-10-26 17:54 林中细雨 阅读(859) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*-"""Created on Fri Oct 24 19:32:45 2014@author: dell"""# -*- coding: utf-8 -*-"""Created on Fri Oct 17 09:14:25 2014generate fig... 阅读全文
posted @ 2014-10-24 19:46 林中细雨 阅读(335) 评论(0) 推荐(0)