Histogramming some data is simple using numpy.histogram. >>> import numpy as np >>> x = np.random.randn(10000) ## create a dataset >>> w ...
確定! 回上一頁