Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b55563e

Browse filesBrowse files
authored
Merge pull request #6585 from jenshnielsen/smalldocfixes
Small fixes to docs
2 parents 77caea0 + db3316a commit b55563e
Copy full SHA for b55563e

File tree

Expand file treeCollapse file tree

2 files changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-4
lines changed

‎doc/users/customizing.rst

Copy file name to clipboardExpand all lines: doc/users/customizing.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ locations, in the following order:
7070

7171
4. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
7272
:file:`{INSTALL}` is something like
73-
:file:`/usr/lib/python2.5/site-packages` on Linux, and maybe
74-
:file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you
73+
:file:`/usr/lib/python3.5/site-packages` on Linux, and maybe
74+
:file:`C:\\Python35\\Lib\\site-packages` on Windows. Every time you
7575
install matplotlib, this file will be overwritten, so if you want
7676
your customizations to be saved, please move this file to your
7777
user-specific matplotlib directory.
@@ -94,4 +94,4 @@ A sample matplotlibrc file
9494

9595
`(download) <../_static/matplotlibrc>`__
9696

97-
.. literalinclude:: ../../lib/matplotlib/mpl-data/matplotlibrc
97+
.. literalinclude:: ../_static/matplotlibrc

‎examples/tests/backend_driver.py

Copy file name to clipboardExpand all lines: examples/tests/backend_driver.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
'masked_demo.py',
203203
'mathtext_demo.py',
204204
'mathtext_examples.py',
205-
'matplotlib_icon.py',
206205
'matshow.py',
207206
'mri_demo.py',
208207
'mri_with_eeg.py',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.