所以我在Python 2.7.5中使用matlibplot :: Anaconda 1.7.0(64位) 我的matlibplot.rc文件中唯一未註釋的行是:如果顯示未調用,Matplotlib圖形不能正確呈現
figure.figsize : 10, 5 # figure size in inches
figure.dpi : 80 # figure dots per inch
figure.facecolor : 1 # figure facecolor; 0.75 is scalar gray
savefig.dpi : 80 # figure dots per inch
savefig.facecolor : white # figure facecolor when saving
如果我稱之爲:
:plt.savefig(name, bbox_inches=0)
plt.show()
一切從顯示工作正常
輸出從savefig
輸出:
但是,如果我只是註釋掉秀行相同的文件看起來像這樣:
這是怎麼回事???我怎樣才能解決這個問題?
請參閱http://stackoverflow.com/questions/14254379/how-can-i-attach-a-pyplot-function-to-a-figure-instance/14261698#14261698瞭解狀態機vs vs OO接口到mpl。 – tacaswell
,你可以發佈足夠的代碼來重現此?被接受的答案可能有效,但並不能解釋發生了什麼。 – tacaswell