我绘制了一张标有纬度的map,但我想将字体设置为“TimesNewRoman”。如何让它成为可能?m.drawparallels(parallels,labels=[1,0,0,0],fontsize=12) 最佳答案 您需要使用matplotlib的pyplot设置字体系列。importmatplotlib.pyplotaspltcsfont={'fontname':'TimesNewRoman'}//writeyourcoderelatedtobasemaphereplt.title('title',**csfont)plt.s