import matplotlib.pyplot as plt. def marker(m, i):. X = i * .5 * np.ones(11). Y = np.arange(11). plt.plot(X, Y, lw=1, marker=m, ms=10, mfc=(.75, .75, 1, 1),.
確定! 回上一頁