import numpy as np import matplotlib.pyplot as plt from scipy.stats import norm fig = plt.figure() ax = fig.add_subplot(1,1,1) x ...
確定! 回上一頁