import numpy as np. 2. import matplotlib.pyplot. 3. matrix=np.random.rand(10,10). 4. plt.boxplot(matrix). Add a Grepper Answer ...
確定! 回上一頁