簡單的直方圖. import numpy as np import matplotlib.pyplot as plt plt.style.use('seaborn-white') data = np.random.randn( ...
確定! 回上一頁