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::
304304
305305You should see something like ::
306306
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
308308
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
310310following depends on whether you are using Python.org Python, Homebrew or
311311Macports. If you see another version, or you get an error like ::
312312
Original file line number Diff line number Diff line change @@ -217,8 +217,8 @@ def plotting_function():
217217#
218218# 4. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
219219# :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
222222# install matplotlib, this file will be overwritten, so if you want
223223# your customizations to be saved, please move this file to your
224224# user-specific matplotlib directory.
You can’t perform that action at this time.
0 commit comments