Skip to content

Commit 0bcdf9f

Browse files
committed
Add citation page and link (from PR matplotlib/matplotlib/#1549)
1 parent 956b001 commit 0bcdf9f

File tree

589 files changed

+2057
-744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

589 files changed

+2057
-744
lines changed

_images/polys3d_demo.png

-1.26 KB
Loading

_images/polys3d_demo1.png

-1.26 KB
Loading

_sources/faq/troubleshooting_faq.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Getting help
6868
There are a number of good resources for getting help with matplotlib.
6969
There is a good chance your question has already been asked:
7070

71-
- The `mailing list archive
72-
<http://sourceforge.net/search/?group_id=80706&type_of_search=mlists>`_.
71+
- The `mailing list archive <http://matplotlib.1069221.n5.nabble.com/>`_.
7372

7473
- `Github issues <https://github.com/matplotlib/matplotlib/issues>`_.
7574

api/afm_api.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585
<li><a href="../search.html">search</a>|&nbsp;</li>
8686
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
8787
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
88+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
8889
<li><a href="../contents.html">docs</a> &raquo;</li>
8990

9091
<li><a href="index.html" accesskey="U">The Matplotlib API</a> &raquo;</li>
@@ -343,14 +344,15 @@ <h3>Navigation</h3>
343344
<li><a href="../search.html">search</a>|&nbsp;</li>
344345
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
345346
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
347+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
346348
<li><a href="../contents.html">docs</a> &raquo;</li>
347349

348350
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
349351
</ul>
350352
</div>
351353
<div class="footer">
352354
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
353-
Last updated on Nov 26, 2012.
355+
Last updated on Dec 02, 2012.
354356
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
355357
</div>
356358
</body>

api/animation_api.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585
<li><a href="../search.html">search</a>|&nbsp;</li>
8686
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
8787
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
88+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
8889
<li><a href="../contents.html">docs</a> &raquo;</li>
8990

9091
<li><a href="index.html" accesskey="U">The Matplotlib API</a> &raquo;</li>
@@ -562,14 +563,15 @@ <h3>Navigation</h3>
562563
<li><a href="../search.html">search</a>|&nbsp;</li>
563564
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
564565
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
566+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
565567
<li><a href="../contents.html">docs</a> &raquo;</li>
566568

567569
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
568570
</ul>
569571
</div>
570572
<div class="footer">
571573
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
572-
Last updated on Nov 26, 2012.
574+
Last updated on Dec 02, 2012.
573575
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
574576
</div>
575577
</body>

api/api_changes.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585
<li><a href="../search.html">search</a>|&nbsp;</li>
8686
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
8787
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
88+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
8889
<li><a href="../contents.html">docs</a> &raquo;</li>
8990

9091
<li><a href="index.html" accesskey="U">The Matplotlib API</a> &raquo;</li>
@@ -2176,14 +2177,15 @@ <h3>Navigation</h3>
21762177
<li><a href="../search.html">search</a>|&nbsp;</li>
21772178
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
21782179
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
2180+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
21792181
<li><a href="../contents.html">docs</a> &raquo;</li>
21802182

21812183
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
21822184
</ul>
21832185
</div>
21842186
<div class="footer">
21852187
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
2186-
Last updated on Nov 26, 2012.
2188+
Last updated on Dec 02, 2012.
21872189
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
21882190
</div>
21892191
</body>

api/artist_api.html

Lines changed: 32 additions & 30 deletions
Large diffs are not rendered by default.

api/axes_api.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585
<li><a href="../search.html">search</a>|&nbsp;</li>
8686
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
8787
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
88+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
8889
<li><a href="../contents.html">docs</a> &raquo;</li>
8990

9091
<li><a href="index.html" accesskey="U">The Matplotlib API</a> &raquo;</li>
@@ -2509,7 +2510,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
25092510

25102511
<dl class="method">
25112512
<dt id="matplotlib.axes.Axes.cohere">
2512-
<tt class="descname">cohere</tt><big>(</big><em>x</em>, <em>y</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x3cd0d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3cd0f50&gt;</em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.cohere" title="Permalink to this definition">¶</a></dt>
2513+
<tt class="descname">cohere</tt><big>(</big><em>x</em>, <em>y</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x2b1dd70&gt;</em>, <em>window=&lt;function window_hanning at 0x2b2c8c0&gt;</em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.cohere" title="Permalink to this definition">¶</a></dt>
25132514
<dd><p>Plot the coherence between <em>x</em> and <em>y</em>.</p>
25142515
<p>Call signature:</p>
25152516
<div class="highlight-python"><div class="highlight"><pre><span class="n">cohere</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">NFFT</span><span class="o">=</span><span class="mi">256</span><span class="p">,</span> <span class="n">Fs</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">Fc</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">detrend</span> <span class="o">=</span> <span class="n">mlab</span><span class="o">.</span><span class="n">detrend_none</span><span class="p">,</span>
@@ -3178,7 +3179,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
31783179

31793180
<dl class="method">
31803181
<dt id="matplotlib.axes.Axes.csd">
3181-
<tt class="descname">csd</tt><big>(</big><em>x</em>, <em>y</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x3cd0d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3cd0f50&gt;</em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.csd" title="Permalink to this definition">¶</a></dt>
3182+
<tt class="descname">csd</tt><big>(</big><em>x</em>, <em>y</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x2b1dd70&gt;</em>, <em>window=&lt;function window_hanning at 0x2b2c8c0&gt;</em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.csd" title="Permalink to this definition">¶</a></dt>
31823183
<dd><p>Plot cross-spectral density.</p>
31833184
<p>Call signature:</p>
31843185
<div class="highlight-python"><div class="highlight"><pre><span class="n">csd</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">NFFT</span><span class="o">=</span><span class="mi">256</span><span class="p">,</span> <span class="n">Fs</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">Fc</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">detrend</span><span class="o">=</span><span class="n">mlab</span><span class="o">.</span><span class="n">detrend_none</span><span class="p">,</span>
@@ -4827,7 +4828,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
48274828

48284829
<dl class="method">
48294830
<dt id="matplotlib.axes.Axes.hexbin">
4830-
<tt class="descname">hexbin</tt><big>(</big><em>x</em>, <em>y</em>, <em>C=None</em>, <em>gridsize=100</em>, <em>bins=None</em>, <em>xscale='linear'</em>, <em>yscale='linear'</em>, <em>extent=None</em>, <em>cmap=None</em>, <em>norm=None</em>, <em>vmin=None</em>, <em>vmax=None</em>, <em>alpha=None</em>, <em>linewidths=None</em>, <em>edgecolors='none'</em>, <em>reduce_C_function=&lt;function mean at 0x2c9e410&gt;</em>, <em>mincnt=None</em>, <em>marginals=False</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.hexbin" title="Permalink to this definition">¶</a></dt>
4831+
<tt class="descname">hexbin</tt><big>(</big><em>x</em>, <em>y</em>, <em>C=None</em>, <em>gridsize=100</em>, <em>bins=None</em>, <em>xscale='linear'</em>, <em>yscale='linear'</em>, <em>extent=None</em>, <em>cmap=None</em>, <em>norm=None</em>, <em>vmin=None</em>, <em>vmax=None</em>, <em>alpha=None</em>, <em>linewidths=None</em>, <em>edgecolors='none'</em>, <em>reduce_C_function=&lt;function mean at 0x1af4398&gt;</em>, <em>mincnt=None</em>, <em>marginals=False</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.hexbin" title="Permalink to this definition">¶</a></dt>
48314832
<dd><p>Make a hexagonal binning plot.</p>
48324833
<p>Call signature:</p>
48334834
<div class="highlight-python"><pre>hexbin(x, y, C = None, gridsize = 100, bins = None,
@@ -7211,7 +7212,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
72117212

72127213
<dl class="method">
72137214
<dt id="matplotlib.axes.Axes.psd">
7214-
<tt class="descname">psd</tt><big>(</big><em>x</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x3cd0d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3cd0f50&gt;</em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.psd" title="Permalink to this definition">¶</a></dt>
7215+
<tt class="descname">psd</tt><big>(</big><em>x</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x2b1dd70&gt;</em>, <em>window=&lt;function window_hanning at 0x2b2c8c0&gt;</em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.psd" title="Permalink to this definition">¶</a></dt>
72157216
<dd><p>Plot the power spectral density.</p>
72167217
<p>Call signature:</p>
72177218
<div class="highlight-python"><div class="highlight"><pre><span class="n">psd</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">NFFT</span><span class="o">=</span><span class="mi">256</span><span class="p">,</span> <span class="n">Fs</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">Fc</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">detrend</span><span class="o">=</span><span class="n">mlab</span><span class="o">.</span><span class="n">detrend_none</span><span class="p">,</span>
@@ -9796,7 +9797,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
97969797

97979798
<dl class="method">
97989799
<dt id="matplotlib.axes.Axes.specgram">
9799-
<tt class="descname">specgram</tt><big>(</big><em>x</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x3cd0d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3cd0f50&gt;</em>, <em>noverlap=128</em>, <em>cmap=None</em>, <em>xextent=None</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.specgram" title="Permalink to this definition">¶</a></dt>
9800+
<tt class="descname">specgram</tt><big>(</big><em>x</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=&lt;function detrend_none at 0x2b1dd70&gt;</em>, <em>window=&lt;function window_hanning at 0x2b2c8c0&gt;</em>, <em>noverlap=128</em>, <em>cmap=None</em>, <em>xextent=None</em>, <em>pad_to=None</em>, <em>sides='default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.specgram" title="Permalink to this definition">¶</a></dt>
98009801
<dd><p>Plot a spectrogram.</p>
98019802
<p>Call signature:</p>
98029803
<div class="highlight-python"><div class="highlight"><pre><span class="n">specgram</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">NFFT</span><span class="o">=</span><span class="mi">256</span><span class="p">,</span> <span class="n">Fs</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">Fc</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">detrend</span><span class="o">=</span><span class="n">mlab</span><span class="o">.</span><span class="n">detrend_none</span><span class="p">,</span>
@@ -11152,7 +11153,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
1115211153

1115311154
<dl class="method">
1115411155
<dt id="matplotlib.axes.Axes.xcorr">
11155-
<tt class="descname">xcorr</tt><big>(</big><em>x</em>, <em>y</em>, <em>normed=True</em>, <em>detrend=&lt;function detrend_none at 0x3cd0d70&gt;</em>, <em>usevlines=True</em>, <em>maxlags=10</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.xcorr" title="Permalink to this definition">¶</a></dt>
11156+
<tt class="descname">xcorr</tt><big>(</big><em>x</em>, <em>y</em>, <em>normed=True</em>, <em>detrend=&lt;function detrend_none at 0x2b1dd70&gt;</em>, <em>usevlines=True</em>, <em>maxlags=10</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#matplotlib.axes.Axes.xcorr" title="Permalink to this definition">¶</a></dt>
1115611157
<dd><p>Plot the cross correlation between <em>x</em> and <em>y</em>.</p>
1115711158
<p>Call signature:</p>
1115811159
<div class="highlight-python"><div class="highlight"><pre><span class="n">xcorr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">normed</span><span class="o">=</span><span class="bp">True</span><span class="p">,</span> <span class="n">detrend</span><span class="o">=</span><span class="n">mlab</span><span class="o">.</span><span class="n">detrend_none</span><span class="p">,</span>
@@ -11351,14 +11352,15 @@ <h3>Navigation</h3>
1135111352
<li><a href="../search.html">search</a>|&nbsp;</li>
1135211353
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
1135311354
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
11355+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
1135411356
<li><a href="../contents.html">docs</a> &raquo;</li>
1135511357

1135611358
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
1135711359
</ul>
1135811360
</div>
1135911361
<div class="footer">
1136011362
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
11361-
Last updated on Nov 26, 2012.
11363+
Last updated on Dec 02, 2012.
1136211364
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
1136311365
</div>
1136411366
</body>

api/axis_api.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585
<li><a href="../search.html">search</a>|&nbsp;</li>
8686
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
8787
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
88+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
8889
<li><a href="../contents.html">docs</a> &raquo;</li>
8990

9091
<li><a href="index.html" accesskey="U">The Matplotlib API</a> &raquo;</li>
@@ -996,14 +997,15 @@ <h3>Navigation</h3>
996997
<li><a href="../search.html">search</a>|&nbsp;</li>
997998
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
998999
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
1000+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
9991001
<li><a href="../contents.html">docs</a> &raquo;</li>
10001002

10011003
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
10021004
</ul>
10031005
</div>
10041006
<div class="footer">
10051007
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
1006-
Last updated on Nov 26, 2012.
1008+
Last updated on Dec 02, 2012.
10071009
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
10081010
</div>
10091011
</body>

api/backend_bases_api.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585
<li><a href="../search.html">search</a>|&nbsp;</li>
8686
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
8787
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
88+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
8889
<li><a href="../contents.html">docs</a> &raquo;</li>
8990

9091
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
@@ -1898,6 +1899,7 @@ <h3>Navigation</h3>
18981899
<li><a href="../search.html">search</a>|&nbsp;</li>
18991900
<li><a href="../examples/index.html">examples</a>|&nbsp;</li>
19001901
<li><a href="../gallery.html">gallery</a>|&nbsp;</li>
1902+
<li><a href="../citing.html">citation</a>|&nbsp;</li>
19011903
<li><a href="../contents.html">docs</a> &raquo;</li>
19021904

19031905
<li><a href="index.html" >The Matplotlib API</a> &raquo;</li>
@@ -1906,7 +1908,7 @@ <h3>Navigation</h3>
19061908
</div>
19071909
<div class="footer">
19081910
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
1909-
Last updated on Nov 26, 2012.
1911+
Last updated on Dec 02, 2012.
19101912
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
19111913
</div>
19121914
</body>

0 commit comments

Comments
 (0)