使用 matplotlib.pyplot 的 hist() 方法。 %matplotlib inline import numpy as np import matplotlib.pyplot as plt normal_samples = np.random.normal(size = 100000) # ...
確定! 回上一頁