@@ -12,7 +12,7 @@ Report a compilation problem
1212
1313See :ref: `reporting-problems `.
1414
15- matplotlib compiled fine, but nothing shows up when I use it
15+ Matplotlib compiled fine, but nothing shows up when I use it
1616============================================================
1717
1818The first thing to try is a :ref: `clean install <clean-install >` and see if
@@ -24,11 +24,11 @@ example::
2424
2525 python -c "from pylab import *; plot(); show()" --verbose-helpful
2626
27- This will give you additional information about which backends matplotlib is
27+ This will give you additional information about which backends Matplotlib is
2828loading, version information, and more. At this point you might want to make
29- sure you understand matplotlib 's :doc: `configuration </tutorials/introductory/customizing >`
29+ sure you understand Matplotlib 's :doc: `configuration </tutorials/introductory/customizing >`
3030process, governed by the :file: `matplotlibrc ` configuration file which contains
31- instructions within and the concept of the matplotlib backend.
31+ instructions within and the concept of the Matplotlib backend.
3232
3333If you are still having trouble, see :ref: `reporting-problems `.
3434
@@ -84,7 +84,7 @@ excellent Python scientific software collections that are now available:
8484- Canopy _ from Enthought _
8585
8686.. _Canopy : https://www.enthought.com/products/canopy/
87- .. _Anaconda : https://www.continuum.io/downloads
87+ .. _Anaconda : https://www.anaconda.com/
8888.. _Enthought : https://www.enthought.com
8989.. _Continuum Analytics : https://www.continuum.io
9090
@@ -195,7 +195,7 @@ and build and install as usual with::
195195 sudo apt-get build-dep python-matplotlib
196196
197197 If you are on Fedora/RedHat, you can get all the dependencies required to
198- build matplotlib by first installing ``yum-builddep `` and then running::
198+ build Matplotlib by first installing ``yum-builddep `` and then running::
199199
200200 su -c 'yum-builddep python-matplotlib'
201201
@@ -215,7 +215,7 @@ places.
215215
216216 Windows users please see the :ref: `build_windows ` guide.
217217
218- Then, if you want to update your matplotlib at any time, just do::
218+ Then, if you want to update your Matplotlib at any time, just do::
219219
220220 git pull
221221
0 commit comments