1. 程式人生 > >python--Matplotlib中顯示負號問題

python--Matplotlib中顯示負號問題

bsp class otl rcp htm spa tar python 代碼

解決Matplotlib繪圖中,負號不正常顯示問題。

添加兩行代碼:

1 import matplotlib
2 
3 matplotlib.rcParams[axes.unicode_minus]=False

更多關於Matplotlib繪圖問題,可參考大牛博客http://www.cnblogs.com/awishfullyway/p/6124668.html

python--Matplotlib中顯示負號問題