File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -425,6 +425,7 @@ desired. You can use separate matplotlib.ticker formatters and
425425locators as desired because the two axes are independent.
426426
427427.. plot ::
428+
428429 import numpy as np
429430 import matplotlib.pyplot as plt
430431
@@ -611,7 +612,7 @@ There is a good chance you know more about matplotlib usage in some
611612areas, the stuff you do every day, than many of the core developers
612613who wrote most of the documentation. Just pulled your hair out
613614compiling matplotlib for windows? Write a FAQ or a section for the
614- :ref: `installing ` page. Are you a digital signal processing wizard?
615+ :ref: `installing-faq ` page. Are you a digital signal processing wizard?
615616Write a tutorial on the signal analysis plotting functions like
616617:func: `~matplotlib.pyplot.xcorr `, :func: `~matplotlib.pyplot.psd ` and
617618:func: `~matplotlib.pyplot.specgram `. Do you use matplotlib with
@@ -672,7 +673,7 @@ For more on configuring your backend, see
672673
673674Alternatively, you can avoid pylab/pyplot altogether, which will give
674675you a little more control, by calling the API directly as shown in
675- :ref: `api_examples -agg_oo.py `.
676+ :ref: `api -agg_oo `.
676677
677678You can either generate hardcopy on the filesystem by calling savefig::
678679
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ the `PSF <http://www.python.org/psf/license>`_ license. See the Open
1010Source Initiative `licenses page
1111<http://www.opensource.org/licenses> `_ for details on individual
1212licenses. Non-BSD compatible licenses (eg LGPL) are acceptable in
13- matplotlib :ref: `toolkits `. For a discussion of the motivations
13+ matplotlib :ref: `toolkits-index `. For a discussion of the motivations
1414behind the licencing choice, see :ref: `license-discussion `.
1515
1616
You can’t perform that action at this time.
0 commit comments