What is matplotlib backends and how it is implemented? How does it simplify the use of wxpython when I use matplotlib wxAgg backend?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For a description of what matplotlib is, see http://matplotlib.sourceforge.net/. I would download the source to see how it’s implemented.
I don’t think it really simplifies the user of wxPython though. You use matplotlib for graphing and similar activities. You can use wxPython to display the graphs. There are examples on the matplotlib website and in the wxPython wiki.
See also http://eli.thegreenplace.net/2008/07/26/matplotlib-plotting-with-python/