@@ -3099,7 +3099,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a
30993099
31003100<dl class="method">
31013101<dt id="matplotlib.axes.Axes.cohere">
3102- <code class="descname">cohere</code><span class="sig-paren">(</span><em>x</em>, <em>y</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=<function detrend_none at 0x7fd543b15c08 ></em>, <em>window=<function window_hanning at 0x7fd543b15938 ></em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides=u'default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.cohere" title="Permalink to this definition">¶</a></dt>
3102+ <code class="descname">cohere</code><span class="sig-paren">(</span><em>x</em>, <em>y</em>, <em>NFFT=256</em>, <em>Fs=2</em>, <em>Fc=0</em>, <em>detrend=<function detrend_none at 0x7f5032f23c08 ></em>, <em>window=<function window_hanning at 0x7f5032f23938 ></em>, <em>noverlap=0</em>, <em>pad_to=None</em>, <em>sides=u'default'</em>, <em>scale_by_freq=None</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.cohere" title="Permalink to this definition">¶</a></dt>
31033103<dd><p>Plot the coherence between <em>x</em> and <em>y</em>.</p>
31043104<p>Call signature:</p>
31053105<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>
@@ -5910,7 +5910,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a
59105910
59115911<dl class="method">
59125912<dt id="matplotlib.axes.Axes.hexbin">
5913- <code class="descname">hexbin</code><span class="sig-paren">(</span><em>x</em>, <em>y</em>, <em>C=None</em>, <em>gridsize=100</em>, <em>bins=None</em>, <em>xscale=u'linear'</em>, <em>yscale=u'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=u'none'</em>, <em>reduce_C_function=<function mean at 0x7fd5471666e0 ></em>, <em>mincnt=None</em>, <em>marginals=False</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.hexbin" title="Permalink to this definition">¶</a></dt>
5913+ <code class="descname">hexbin</code><span class="sig-paren">(</span><em>x</em>, <em>y</em>, <em>C=None</em>, <em>gridsize=100</em>, <em>bins=None</em>, <em>xscale=u'linear'</em>, <em>yscale=u'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=u'none'</em>, <em>reduce_C_function=<function mean at 0x7f50365766e0 ></em>, <em>mincnt=None</em>, <em>marginals=False</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.hexbin" title="Permalink to this definition">¶</a></dt>
59145914<dd><p>Make a hexagonal binning plot.</p>
59155915<p>Call signature:</p>
59165916<div class="highlight-python"><div class="highlight"><pre>hexbin(x, y, C = None, gridsize = 100, bins = None,
@@ -12577,7 +12577,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a
1257712577
1257812578<dl class="method">
1257912579<dt id="matplotlib.axes.Axes.xcorr">
12580- <code class="descname">xcorr</code><span class="sig-paren">(</span><em>x</em>, <em>y</em>, <em>normed=True</em>, <em>detrend=<function detrend_none at 0x7fd543b15c08 ></em>, <em>usevlines=True</em>, <em>maxlags=10</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.xcorr" title="Permalink to this definition">¶</a></dt>
12580+ <code class="descname">xcorr</code><span class="sig-paren">(</span><em>x</em>, <em>y</em>, <em>normed=True</em>, <em>detrend=<function detrend_none at 0x7f5032f23c08 ></em>, <em>usevlines=True</em>, <em>maxlags=10</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.xcorr" title="Permalink to this definition">¶</a></dt>
1258112581<dd><p>Plot the cross correlation between <em>x</em> and <em>y</em>.</p>
1258212582<table class="docutils field-list" frame="void" rules="none">
1258312583<col class="field-name" />
@@ -12668,10 +12668,20 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a
1266812668 </div>
1266912669 <div class="footer">
1267012670 © Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2014 The matplotlib development team.
12671- Last updated on Oct 18 , 2014.
12671+ Last updated on Oct 20 , 2014.
1267212672 Created using <a
1267312673href="http://sphinx-doc.org/">Sphinx</a> 1.3b2.
1267412674 </div>
1267512675
12676+ <script>
12677+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
12678+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12679+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
12680+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
12681+
12682+ ga('create', 'UA-55954603-1', 'auto');
12683+ ga('send', 'pageview');
12684+
12685+ </script>
1267612686</body>
1267712687</html>
0 commit comments