plt.hist函數案例一則

 hist用法和可視化效果,會持續更新 time:20181003 --> mark:set_title()帶入變量 import numpy as np import matplotlib.pyplot as plt mu = 100 sigma = 15 x = np.random.normal(mu, sigma, 10000) plt.figure(figsize=(12,8)) ax
相關文章
相關標籤/搜索