Eason's 記事本
2019年1月24日 星期四
matplotlib label 上/下標,設置方法
下標 (subscripts) 用底線 '_' ,上標(superscripts) 用 '^' 符號,前後用 '$' 包起來
例如這樣
#下標效果
plt.xlabel('RR$_{n}$ (ms)', fontsize=20)
#上標效果
plt.ylabel('RR$^{n+1}$ (ms)', fontsize=20)
結果
ref:
http://blog.sina.com.cn/s/blog_4a7b9abb0102x27h.html
其他特殊符號
https://matplotlib.org/users/mathtext.html
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言