Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7de1eb1

Browse files
committed
Update for banner image map change
1 parent 8dd24d3 commit 7de1eb1

File tree

1,171 files changed

+4232
-4215
lines changed

Some content is hidden

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

1,171 files changed

+4232
-4215
lines changed

_images/boxplot_demo_00.png

95 Bytes
Loading

_images/boxplot_demo_01.png

137 Bytes
Loading

_images/boxplot_demo_02.png

-27 Bytes
Loading

_images/boxplot_demo_03.png

1.17 KB
Loading

_images/boxplot_demo_04.png

10 Bytes
Loading

_images/boxplot_demo_05.png

4 Bytes
Loading

_images/boxplot_demo_06.png

-39 Bytes
Loading

_images/cohere_demo.png

4.26 KB
Loading

_images/cohere_demo1.png

4.26 KB
Loading

_images/contourf3d_demo2.png

211 Bytes
Loading

_images/contourf3d_demo21.png

211 Bytes
Loading

_images/contourf3d_demo22.png

211 Bytes
Loading

_images/csd_demo.png

-2.72 KB
Loading

_images/csd_demo1.png

-2.72 KB
Loading

_images/demo_tight_layout_00_00.png

357 Bytes
Loading

_images/demo_tight_layout_00_01.png

283 Bytes
Loading

_images/demo_tight_layout_00_02.png

1.81 KB
Loading

_images/demo_tight_layout_00_03.png

-3.92 KB
Loading

_images/demo_tight_layout_00_04.png

-3.13 KB
Loading

_images/demo_tight_layout_00_05.png

775 Bytes
Loading

_images/demo_tight_layout_00_06.png

-1.85 KB
Loading

_images/demo_tight_layout_01_00.png

-2.81 KB
Loading

_images/finance_work2.png

-341 Bytes
Loading

_images/finance_work21.png

-341 Bytes
Loading

_images/parasite_simple2.png

8 Bytes
Loading

_images/parasite_simple21.png

8 Bytes
Loading

_images/xcorr_demo.png

-364 Bytes
Loading

_images/xcorr_demo1.png

-364 Bytes
Loading

_sources/users/pgf.txt

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Rc parameters that control the behavior of the pgf backend:
4040
================= =====================================================
4141
pgf.preamble Lines to be included in the LaTeX preamble
4242
pgf.rcfonts Setup fonts from rc params using the fontspec package
43-
pgf.texsystem Either "xelatex", "lualatex" or "pdflatex"
43+
pgf.texsystem Either "xelatex" (default), "lualatex" or "pdflatex"
4444
================= =====================================================
4545

4646
.. note::
@@ -82,10 +82,10 @@ Custom preamble
8282
===============
8383

8484
Full customization is possible by adding your own commands to the preamble.
85-
Use the ``pgf.preamble`` parameter if you want to configure the math fonts or
86-
for loading additional packages. Also, if you want to do the font configuration
87-
yourself instead of using the fonts specified in the rc parameters, make sure
88-
to disable ``pgf.rcfonts``.
85+
Use the ``pgf.preamble`` parameter if you want to configure the math fonts,
86+
using ``unicode-math`` for example, or for loading additional packages. Also,
87+
if you want to do the font configuration yourself instead of using the fonts
88+
specified in the rc parameters, make sure to disable ``pgf.rcfonts``.
8989

9090
.. htmlonly::
9191

@@ -147,6 +147,15 @@ Troubleshooting
147147
ways to cause problems. When experiencing problems, try to minimalize or
148148
disable the custom preamble.
149149

150+
* Configuring an ``unicode-math`` environment can be a bit tricky. The
151+
TeXLive distribution for example provides a set of math fonts which are
152+
usually not installed system-wide. XeTeX, unlike LuaLatex, cannot find
153+
these fonts by their name, which is why you might have to specify
154+
``\setmathfont{xits-math.otf}`` instead of ``\setmathfont{XITS Math}`` or
155+
alternatively make the fonts available to your OS. See this
156+
`tex.stackexchange.com question <http://tex.stackexchange.com/questions/43642>`_
157+
for more details.
158+
150159
* If the font configuration used by matplotlib differs from the font setting
151160
in yout LaTeX document, the alignment of text elements in imported figures
152161
may be off. Check the header of your ``.pgf`` file if you are unsure about

api/afm_api.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
<!-- End Piwik Tag -->
5656
<link rel="shortcut icon" href="_static/favicon.ico">
5757

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-
6258
<!-- 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"/>
6460
<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" />
6662
</map>
6763

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+
6868

6969
<div class="related">
7070
<h3>Navigation</h3>
@@ -350,7 +350,7 @@ <h3>Navigation</h3>
350350
</div>
351351
<div class="footer">
352352
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
353-
Last updated on Nov 20, 2012.
353+
Last updated on Nov 26, 2012.
354354
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
355355
</div>
356356
</body>

api/animation_api.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
<!-- End Piwik Tag -->
5656
<link rel="shortcut icon" href="_static/favicon.ico">
5757

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-
6258
<!-- 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"/>
6460
<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" />
6662
</map>
6763

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+
6868

6969
<div class="related">
7070
<h3>Navigation</h3>
@@ -569,7 +569,7 @@ <h3>Navigation</h3>
569569
</div>
570570
<div class="footer">
571571
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
572-
Last updated on Nov 20, 2012.
572+
Last updated on Nov 26, 2012.
573573
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
574574
</div>
575575
</body>

api/api_changes.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
<!-- End Piwik Tag -->
5656
<link rel="shortcut icon" href="_static/favicon.ico">
5757

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-
6258
<!-- 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"/>
6460
<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" />
6662
</map>
6763

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+
6868

6969
<div class="related">
7070
<h3>Navigation</h3>
@@ -2183,7 +2183,7 @@ <h3>Navigation</h3>
21832183
</div>
21842184
<div class="footer">
21852185
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
2186-
Last updated on Nov 20, 2012.
2186+
Last updated on Nov 26, 2012.
21872187
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
21882188
</div>
21892189
</body>

api/artist_api.html

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

api/axes_api.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
<!-- End Piwik Tag -->
5656
<link rel="shortcut icon" href="_static/favicon.ico">
5757

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-
6258
<!-- 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"/>
6460
<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" />
6662
</map>
6763

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+
6868

6969
<div class="related">
7070
<h3>Navigation</h3>
@@ -2509,7 +2509,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶
25092509

25102510
<dl class="method">
25112511
<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 0x3165d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3165f50&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>
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>
25132513
<dd><p>Plot the coherence between <em>x</em> and <em>y</em>.</p>
25142514
<p>Call signature:</p>
25152515
<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">¶
31783178

31793179
<dl class="method">
31803180
<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 0x3165d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3165f50&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>
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>
31823182
<dd><p>Plot cross-spectral density.</p>
31833183
<p>Call signature:</p>
31843184
<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">¶
48274827

48284828
<dl class="method">
48294829
<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 0x2137410&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>
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>
48314831
<dd><p>Make a hexagonal binning plot.</p>
48324832
<p>Call signature:</p>
48334833
<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">¶
72117211

72127212
<dl class="method">
72137213
<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 0x3165d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3165f50&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>
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>
72157215
<dd><p>Plot the power spectral density.</p>
72167216
<p>Call signature:</p>
72177217
<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">¶
97969796

97979797
<dl class="method">
97989798
<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 0x3165d70&gt;</em>, <em>window=&lt;function window_hanning at 0x3165f50&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>
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>
98009800
<dd><p>Plot a spectrogram.</p>
98019801
<p>Call signature:</p>
98029802
<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">¶
1115211152

1115311153
<dl class="method">
1115411154
<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 0x3165d70&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>
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>
1115611156
<dd><p>Plot the cross correlation between <em>x</em> and <em>y</em>.</p>
1115711157
<p>Call signature:</p>
1115811158
<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>
1135811358
</div>
1135911359
<div class="footer">
1136011360
&copy; 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.
1136211362
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
1136311363
</div>
1136411364
</body>

api/axis_api.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
<!-- End Piwik Tag -->
5656
<link rel="shortcut icon" href="_static/favicon.ico">
5757

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-
6258
<!-- 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"/>
6460
<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" />
6662
</map>
6763

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+
6868

6969
<div class="related">
7070
<h3>Navigation</h3>
@@ -1003,7 +1003,7 @@ <h3>Navigation</h3>
10031003
</div>
10041004
<div class="footer">
10051005
&copy; Copyright 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team.
1006-
Last updated on Nov 20, 2012.
1006+
Last updated on Nov 26, 2012.
10071007
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
10081008
</div>
10091009
</body>

0 commit comments

Comments
 (0)