python - matplotlib is not worked with qgis -


i build python plugin qgis n wanna use matplotlib plot graph while importing

from matplotlib import pyplot plt  

and got error

import error no module name backend_qt4agg  

please me solve this. have used qgis 2.8 , python 2.7.5 , centos

i have used pip install matplotlib

i have used library pygal got importerror no moduel name pygal though installed works fine command prompt not in application


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -