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

沒有留言:

張貼留言