plt.plot(coordinates[:, 0], coordinates[:, 1], 'r.', marker=u'$\cdot$')UserWarning: marker is redundantly defined by the 'marker' keyword argument and the fmt string "r." (-> marker='.'). The keyword argument will take precedence.这是什么意思?