from matplotlib import pyplot as plt #fig=plt.figure() for n in range(12): plt.text(X[n][0],X[n][1],n,color='r',fontsize=25).
確定! 回上一頁