@@ -85,6 +85,7 @@ <h3>Navigation</h3>
8585 <li><a href="../search.html">search</a>| </li>
8686 <li><a href="../examples/index.html">examples</a>| </li>
8787 <li><a href="../gallery.html">gallery</a>| </li>
88+ <li><a href="../citing.html">citation</a>| </li>
8889 <li><a href="../contents.html">docs</a> »</li>
8990
9091 <li><a href="index.html" accesskey="U">The Matplotlib API</a> »</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=<function detrend_none at 0x3cd0d70 ></em>, <em>window=<function window_hanning at 0x3cd0f50 ></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=<function detrend_none at 0x2b1dd70 ></em>, <em>window=<function window_hanning at 0x2b2c8c0 ></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=<function detrend_none at 0x3cd0d70 ></em>, <em>window=<function window_hanning at 0x3cd0f50 ></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=<function detrend_none at 0x2b1dd70 ></em>, <em>window=<function window_hanning at 0x2b2c8c0 ></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=<function mean at 0x2c9e410 ></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=<function mean at 0x1af4398 ></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=<function detrend_none at 0x3cd0d70 ></em>, <em>window=<function window_hanning at 0x3cd0f50 ></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=<function detrend_none at 0x2b1dd70 ></em>, <em>window=<function window_hanning at 0x2b2c8c0 ></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=<function detrend_none at 0x3cd0d70 ></em>, <em>window=<function window_hanning at 0x3cd0f50 ></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=<function detrend_none at 0x2b1dd70 ></em>, <em>window=<function window_hanning at 0x2b2c8c0 ></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=<function detrend_none at 0x3cd0d70 ></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=<function detrend_none at 0x2b1dd70 ></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>| </li>
1135211353 <li><a href="../examples/index.html">examples</a>| </li>
1135311354 <li><a href="../gallery.html">gallery</a>| </li>
11355+ <li><a href="../citing.html">citation</a>| </li>
1135411356 <li><a href="../contents.html">docs</a> »</li>
1135511357
1135611358 <li><a href="index.html" >The Matplotlib API</a> »</li>
1135711359 </ul>
1135811360 </div>
1135911361 <div class="footer">
1136011362 © 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>
0 commit comments