unable to use matplotlib in qgis using python

المشرف العام

Administrator
طاقم الإدارة
I have tried to draw graph using matplotlib i used this library in my qgis application but i got the error

ImportError: No module named backend_qt4aggi used following code in my qgis python plugin

xaxis=[1,2,3,4,5] yaxis=[5,6,7,8,9] plt.plot(xaxis,yaxis) plt.xlabel("Depth") plt.ylabel("Temperature") plt.title("Depth Vs Temperature") plt.show()i never understand the error please help me to slove this asap



أكثر...
 
أعلى