无法从字典中绘制数据

时间:2019-05-06 19:44:56

标签: python matplotlib

我有字典 dates_temperatures ,我正尝试使用matplotlib对其进行绘制,但它不起作用。

def graph_plotting(dates_temperatures): #setting graph
plt.plot(dates_temperatures.keys(), dates_temperatures.values())
plt.set_title('Weather Forecast')
plt.legend(loc='upper left')
plt.set_ylabel('Temperature')
plt.set_xlim(xmin=dates_temperatures[0], xmax=dates_temperatures[-1])
plt.legend(loc=(0.65, 0.8))
plt.set_title('Forecast')
plt.yaxis.tick_right()

我不知道为什么,但是我得到了

  

“ AttributeError:模块'matplotlib'没有属性'plot'”

请帮助

1 个答案:

答案 0 :(得分:0)

使用正确的导入和OO接口,这就是您想要的:

language: python

python:
  - "3.4"
install:
 - pip install cx_freeze==4.3.3
 - pip install libyaz0
 - pip install sarclib
 - pip install pyqt5