Matplotlib作图-快速查阅
程序员文章站
2022-03-20 11:15:44
...
字体
下面展示一些 内联代码片
。
// A code block
var foo = 'bar';
plt.title("I love Curry", fontdict={'family':'Times New Roman','size':16})
plt.ylabel('Clocks($\mu S$)',fontdict={'family':'Times New Roman','size':16})
plt.yticks(fontproperties='Times New Roman',size = 14)
plt.legend(prop={'family':'Times New Roman','size': 16})
plt.show()
颜色
旋转
上一篇: matplotlib作图基本操作