import matplotlib.pyplot as plt 編碼報錯!

解決方法
將文件所在的所在路徑改爲英文,不要使用中文,加以下代碼
# -*- coding: utf-8 -*-
import sys
reload(sys)
sys.setdefaultencoding('utf-8')
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
 utf-8

相關文章
相關標籤/搜索