rng = np.arange(50) >>> rnd = np.random.randint(0, 10, size=(3, rng.size)) >>> yrs = 1950 + rng >>> fig, ax = plt.subplots(figsize=(5, ...
確定! 回上一頁