|
55 | 55 | <!-- End Piwik Tag -->
|
56 | 56 | <link rel="shortcut icon" href="_static/favicon.ico">
|
57 | 57 |
|
58 |
| -<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> |
59 |
| -<a href="../index.html"><img src="../_static/logo2.png" border="0" alt="matplotlib"/></a> |
60 |
| -</div> |
61 |
| - |
62 | 58 | <!-- The "Fork me on github" ribbon -->
|
63 |
| -<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" usemap="#ribbonmap"/> |
| 59 | +<img style="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" usemap="#ribbonmap"/> |
64 | 60 | <map name="ribbonmap">
|
65 |
| - <area shape="poly" coords="20,2,148,-1,148,135" href="https://github.com/matplotlib/matplotlib" alt="Fork me on GitHub" /> |
| 61 | + <area shape="poly" coords="15,0,148,-1,148,135" href="https://github.com/matplotlib/matplotlib" title="Fork me on GitHub" /> |
66 | 62 | </map>
|
67 | 63 |
|
| 64 | +<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> |
| 65 | +<a href="../index.html"><img src="../_static/logo2.png" border="0" alt="matplotlib"/></a> |
| 66 | +</div> |
| 67 | + |
68 | 68 |
|
69 | 69 | <div class="related">
|
70 | 70 | <h3>Navigation</h3>
|
@@ -2509,7 +2509,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
|
2509 | 2509 |
|
2510 | 2510 | <dl class="method">
|
2511 | 2511 | <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 0x3165d70></em>, <em>window=<function window_hanning at 0x3165f50></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> |
| 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 | 2513 | <dd><p>Plot the coherence between <em>x</em> and <em>y</em>.</p>
|
2514 | 2514 | <p>Call signature:</p>
|
2515 | 2515 | <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 +3178,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
|
3178 | 3178 |
|
3179 | 3179 | <dl class="method">
|
3180 | 3180 | <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 0x3165d70></em>, <em>window=<function window_hanning at 0x3165f50></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> |
| 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 | 3182 | <dd><p>Plot cross-spectral density.</p>
|
3183 | 3183 | <p>Call signature:</p>
|
3184 | 3184 | <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 +4827,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
|
4827 | 4827 |
|
4828 | 4828 | <dl class="method">
|
4829 | 4829 | <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 0x2137410></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> |
| 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 | 4831 | <dd><p>Make a hexagonal binning plot.</p>
|
4832 | 4832 | <p>Call signature:</p>
|
4833 | 4833 | <div class="highlight-python"><pre>hexbin(x, y, C = None, gridsize = 100, bins = None,
|
@@ -7211,7 +7211,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
|
7211 | 7211 |
|
7212 | 7212 | <dl class="method">
|
7213 | 7213 | <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 0x3165d70></em>, <em>window=<function window_hanning at 0x3165f50></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> |
| 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 | 7215 | <dd><p>Plot the power spectral density.</p>
|
7216 | 7216 | <p>Call signature:</p>
|
7217 | 7217 | <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 +9796,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
|
9796 | 9796 |
|
9797 | 9797 | <dl class="method">
|
9798 | 9798 | <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 0x3165d70></em>, <em>window=<function window_hanning at 0x3165f50></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> |
| 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 | 9800 | <dd><p>Plot a spectrogram.</p>
|
9801 | 9801 | <p>Call signature:</p>
|
9802 | 9802 | <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 +11152,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
|
11152 | 11152 |
|
11153 | 11153 | <dl class="method">
|
11154 | 11154 | <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 0x3165d70></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> |
| 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 | 11156 | <dd><p>Plot the cross correlation between <em>x</em> and <em>y</em>.</p>
|
11157 | 11157 | <p>Call signature:</p>
|
11158 | 11158 | <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>
|
@@ -11358,7 +11358,7 @@ <h3>Navigation</h3>
|
11358 | 11358 | </div>
|
11359 | 11359 | <div class="footer">
|
11360 | 11360 | © Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
|
11361 |
| - Last updated on Nov 20, 2012. |
| 11361 | + Last updated on Nov 26, 2012. |
11362 | 11362 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
|
11363 | 11363 | </div>
|
11364 | 11364 | </body>
|
|
0 commit comments