For example, import matplotlib.pyplot as plt data = [[1, 2, 3, 4, 5]] fig, ax = plt.subplots() ax.boxplot(data, medianprops={...
確定! 回上一頁