今天酒繁,在用python畫(huà)圖贩绕,運(yùn)行到這行時(shí)plt.figure(figsize=(12,6))艳汽,提示:TypeError: 'module' object is not callable嗤无。
解決:
import matplotlib as plt
替換為:
import matplotlib.pyplot as plt
同樣的思路震束,以后再遇到“TypeError: 'module' object is not callable”怜庸,要看一下import這里是否正確。