【发布时间】:2019-07-04 04:57:49
【问题描述】:
我有附图,我喜欢用
绘制的符号ax.errorbar('mjd', 'aperMag3Ab', label='', fmt='o', color='k', ms=ms*1.4)
ax.errorbar('mjd', 'aperMag3Ab', label='WFCAM Y', fmt='o', color='y', ms=ms)
基本上一共重复了八次。我目前得到的传说:
plt.legend(loc="upper left", ncol=2, fontsize=labelsize/1.4, frameon=True)
【问题讨论】:
-
我希望你已经检查过这个页面:matplotlib.org/api/markers_api.html
标签: python matplotlib plot label legend