diff --git a/doc/users/customizing.rst b/doc/users/customizing.rst index b9aa3cb7162b..7fcdc7ba7594 100644 --- a/doc/users/customizing.rst +++ b/doc/users/customizing.rst @@ -70,8 +70,8 @@ locations, in the following order: 4. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where :file:`{INSTALL}` is something like - :file:`/usr/lib/python2.5/site-packages` on Linux, and maybe - :file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you + :file:`/usr/lib/python3.5/site-packages` on Linux, and maybe + :file:`C:\\Python35\\Lib\\site-packages` on Windows. Every time you install matplotlib, this file will be overwritten, so if you want your customizations to be saved, please move this file to your user-specific matplotlib directory. @@ -94,4 +94,4 @@ A sample matplotlibrc file `(download) <../_static/matplotlibrc>`__ -.. literalinclude:: ../../lib/matplotlib/mpl-data/matplotlibrc +.. literalinclude:: ../_static/matplotlibrc diff --git a/examples/tests/backend_driver.py b/examples/tests/backend_driver.py index 8f2eddad61a9..d57d19553b4d 100755 --- a/examples/tests/backend_driver.py +++ b/examples/tests/backend_driver.py @@ -202,7 +202,6 @@ 'masked_demo.py', 'mathtext_demo.py', 'mathtext_examples.py', - 'matplotlib_icon.py', 'matshow.py', 'mri_demo.py', 'mri_with_eeg.py',