File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -304,9 +304,9 @@ at the Terminal.app command line::
304
304
305
305
You should see something like ::
306
306
307
- 3.0 .0 /Library/Frameworks/Python.framework/Versions/3.6 /lib/python3.6 /site-packages/matplotlib/__init__.py
307
+ 3.6 .0 /Library/Frameworks/Python.framework/Versions/3.9 /lib/python3.9 /site-packages/matplotlib/__init__.py
308
308
309
- where ``3.0 .0 `` is the Matplotlib version you just installed, and the path
309
+ where ``3.6 .0 `` is the Matplotlib version you just installed, and the path
310
310
following depends on whether you are using Python.org Python, Homebrew or
311
311
Macports. If you see another version, or you get an error like ::
312
312
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ def plotting_function():
217
217
#
218
218
# 4. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
219
219
# :file:`{INSTALL}` is something like
220
- # :file:`/usr/lib/python3.7 /site-packages` on Linux, and maybe
221
- # :file:`C:\\Python37 \\Lib\\site-packages` on Windows. Every time you
220
+ # :file:`/usr/lib/python3.9 /site-packages` on Linux, and maybe
221
+ # :file:`C:\\Python39 \\Lib\\site-packages` on Windows. Every time you
222
222
# install matplotlib, this file will be overwritten, so if you want
223
223
# your customizations to be saved, please move this file to your
224
224
# user-specific matplotlib directory.
You can’t perform that action at this time.
0 commit comments