Where do i get the most updated version of the matplotlibrc file ?
How do i install other modules like xmlstore , NavigationWx2 etc?
Where do i get the most updated version of the matplotlibrc file ? How
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.
The file
matplotlibrcusually resides in~/.matplotlib/matplotlibrc. Unless you are using the system default, which depends on where your python distribution is installed. Relative to site-packages, it should be inmatplotlib/mpl-data/matplotlibrc.It doesn’t make sense to get the ‘most updated version’. You should use the version that came with your installation, otherwise it may refer to different settings that are not implemented.
About “xmlstore” and “NavigationWx2”, I don’t know what they are. They are not matplotlib components nor are listed on PyPI.