File tree 2 files changed +4
-3
lines changed
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
425
425
locators as desired because the two axes are independent.
426
426
427
427
.. plot ::
428
+
428
429
import numpy as np
429
430
import matplotlib.pyplot as plt
430
431
@@ -611,7 +612,7 @@ There is a good chance you know more about matplotlib usage in some
611
612
areas, the stuff you do every day, than many of the core developers
612
613
who wrote most of the documentation. Just pulled your hair out
613
614
compiling 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?
615
616
Write a tutorial on the signal analysis plotting functions like
616
617
:func: `~matplotlib.pyplot.xcorr `, :func: `~matplotlib.pyplot.psd ` and
617
618
:func: `~matplotlib.pyplot.specgram `. Do you use matplotlib with
@@ -672,7 +673,7 @@ For more on configuring your backend, see
672
673
673
674
Alternatively, you can avoid pylab/pyplot altogether, which will give
674
675
you a little more control, by calling the API directly as shown in
675
- :ref: `api_examples -agg_oo.py `.
676
+ :ref: `api -agg_oo `.
676
677
677
678
You can either generate hardcopy on the filesystem by calling savefig::
678
679
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
10
10
Source Initiative `licenses page
11
11
<http://www.opensource.org/licenses> `_ for details on individual
12
12
licenses. 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
14
14
behind the licencing choice, see :ref: `license-discussion `.
15
15
16
16
You can’t perform that action at this time.
0 commit comments