Boxplot

In [123]: import numpy as np                import matplotlib.pyplot as plt In [124]: data = np.random.randn(100) In [125]: plt.boxplot(data) #The red bar is the median of the distribution.          
相關文章
相關標籤/搜索