diff --git a/1.2.1/_static/matplotlibrc b/1.2.1/_static/matplotlibrc index 6037bb7eed4..d793f1155d7 100644 --- a/1.2.1/_static/matplotlibrc +++ b/1.2.1/_static/matplotlibrc @@ -68,7 +68,7 @@ backend : GTKAgg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -78,7 +78,7 @@ backend : GTKAgg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.2.1/api/axes_api.html b/1.2.1/api/axes_api.html index 69e85fba412..ddc741e9ac1 100644 --- a/1.2.1/api/axes_api.html +++ b/1.2.1/api/axes_api.html @@ -6869,7 +6869,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶ </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.2.1/api/pyplot_api.html b/1.2.1/api/pyplot_api.html index 198d7e76e31..def6bacbab1 100644 --- a/1.2.1/api/pyplot_api.html +++ b/1.2.1/api/pyplot_api.html @@ -7231,7 +7231,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.2.1/users/customizing.html b/1.2.1/users/customizing.html index 636a488be83..0b030ff64b8 100644 --- a/1.2.1/users/customizing.html +++ b/1.2.1/users/customizing.html @@ -262,7 +262,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -272,7 +272,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.3.0/_static/matplotlibrc b/1.3.0/_static/matplotlibrc index ef09a5e64cb..4ae2ba56a60 100644 --- a/1.3.0/_static/matplotlibrc +++ b/1.3.0/_static/matplotlibrc @@ -78,7 +78,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -88,7 +88,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.3.0/api/axes_api.html b/1.3.0/api/axes_api.html index bca6e39807a..0108d4b8394 100644 --- a/1.3.0/api/axes_api.html +++ b/1.3.0/api/axes_api.html @@ -7052,7 +7052,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶ </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.3.0/api/pyplot_api.html b/1.3.0/api/pyplot_api.html index 818f556e396..94c76142935 100644 --- a/1.3.0/api/pyplot_api.html +++ b/1.3.0/api/pyplot_api.html @@ -7395,7 +7395,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.3.0/users/customizing.html b/1.3.0/users/customizing.html index b536651178e..05a2d93040b 100644 --- a/1.3.0/users/customizing.html +++ b/1.3.0/users/customizing.html @@ -280,7 +280,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -290,7 +290,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.3.1/_static/matplotlibrc b/1.3.1/_static/matplotlibrc index ef09a5e64cb..4ae2ba56a60 100644 --- a/1.3.1/_static/matplotlibrc +++ b/1.3.1/_static/matplotlibrc @@ -78,7 +78,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -88,7 +88,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.3.1/api/axes_api.html b/1.3.1/api/axes_api.html index 029e066d6c2..2b3ee972f32 100644 --- a/1.3.1/api/axes_api.html +++ b/1.3.1/api/axes_api.html @@ -6986,7 +6986,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶ </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.3.1/api/pyplot_api.html b/1.3.1/api/pyplot_api.html index d16f5b4ea85..5b4f94e71b0 100644 --- a/1.3.1/api/pyplot_api.html +++ b/1.3.1/api/pyplot_api.html @@ -7329,7 +7329,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.3.1/users/customizing.html b/1.3.1/users/customizing.html index 1347678c87e..45b11a80a61 100644 --- a/1.3.1/users/customizing.html +++ b/1.3.1/users/customizing.html @@ -280,7 +280,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -290,7 +290,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.0/_static/matplotlibrc b/1.4.0/_static/matplotlibrc index e8a6892d205..8f055ace77d 100644 --- a/1.4.0/_static/matplotlibrc +++ b/1.4.0/_static/matplotlibrc @@ -84,7 +84,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -94,7 +94,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.0/api/axes_api.html b/1.4.0/api/axes_api.html index 8c5898b907d..e12b857920b 100644 --- a/1.4.0/api/axes_api.html +++ b/1.4.0/api/axes_api.html @@ -8489,7 +8489,7 @@ <h2><tt class="xref py py-mod docutils literal"><span class="pre">matplotlib.axe </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.0/api/pyplot_api.html b/1.4.0/api/pyplot_api.html index fa6e6029590..e58c2d352c9 100644 --- a/1.4.0/api/pyplot_api.html +++ b/1.4.0/api/pyplot_api.html @@ -8386,7 +8386,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.0/users/customizing.html b/1.4.0/users/customizing.html index 90c199d9536..940a3b1d4c4 100644 --- a/1.4.0/users/customizing.html +++ b/1.4.0/users/customizing.html @@ -280,7 +280,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -290,7 +290,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.1/_static/matplotlibrc b/1.4.1/_static/matplotlibrc index 60baef23869..e2043b927c2 100644 --- a/1.4.1/_static/matplotlibrc +++ b/1.4.1/_static/matplotlibrc @@ -88,7 +88,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -98,7 +98,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.1/api/axes_api.html b/1.4.1/api/axes_api.html index ff66251f604..8bdb254691b 100644 --- a/1.4.1/api/axes_api.html +++ b/1.4.1/api/axes_api.html @@ -8492,7 +8492,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.1/api/pyplot_api.html b/1.4.1/api/pyplot_api.html index ab8c311efbf..d26c726f68c 100644 --- a/1.4.1/api/pyplot_api.html +++ b/1.4.1/api/pyplot_api.html @@ -8389,7 +8389,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.1/users/customizing.html b/1.4.1/users/customizing.html index 4fb59c40e75..dc54b0ac658 100644 --- a/1.4.1/users/customizing.html +++ b/1.4.1/users/customizing.html @@ -284,7 +284,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -294,7 +294,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.2/_static/matplotlibrc b/1.4.2/_static/matplotlibrc index 60baef23869..e2043b927c2 100644 --- a/1.4.2/_static/matplotlibrc +++ b/1.4.2/_static/matplotlibrc @@ -88,7 +88,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -98,7 +98,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.2/api/axes_api.html b/1.4.2/api/axes_api.html index 74666ceb3d6..efedf55e9d1 100644 --- a/1.4.2/api/axes_api.html +++ b/1.4.2/api/axes_api.html @@ -8492,7 +8492,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.2/api/pyplot_api.html b/1.4.2/api/pyplot_api.html index 353718394cd..59b42f68d9a 100644 --- a/1.4.2/api/pyplot_api.html +++ b/1.4.2/api/pyplot_api.html @@ -8389,7 +8389,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.2/users/customizing.html b/1.4.2/users/customizing.html index c645bf3112d..b45fd894c31 100644 --- a/1.4.2/users/customizing.html +++ b/1.4.2/users/customizing.html @@ -284,7 +284,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -294,7 +294,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.3/_static/matplotlibrc b/1.4.3/_static/matplotlibrc index c72d6d7fcca..dcb7de2442f 100644 --- a/1.4.3/_static/matplotlibrc +++ b/1.4.3/_static/matplotlibrc @@ -88,7 +88,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -98,7 +98,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.4.3/api/axes_api.html b/1.4.3/api/axes_api.html index 2b0c11009fd..d34d792ec63 100644 --- a/1.4.3/api/axes_api.html +++ b/1.4.3/api/axes_api.html @@ -8511,7 +8511,7 @@ <h2><tt class="xref py py-mod docutils literal"><span class="pre">matplotlib.axe </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.3/api/pyplot_api.html b/1.4.3/api/pyplot_api.html index 302d9c8cb34..e9cd2c3055b 100644 --- a/1.4.3/api/pyplot_api.html +++ b/1.4.3/api/pyplot_api.html @@ -8408,7 +8408,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.4.3/users/customizing.html b/1.4.3/users/customizing.html index 658e170c811..3f443e29382 100644 --- a/1.4.3/users/customizing.html +++ b/1.4.3/users/customizing.html @@ -290,7 +290,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) #markers.fillstyle: full # full|left|right|bottom|top|none @@ -302,7 +302,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.5.0/_static/matplotlibrc b/1.5.0/_static/matplotlibrc index dcd9796268d..3c3406a42b1 100644 --- a/1.5.0/_static/matplotlibrc +++ b/1.5.0/_static/matplotlibrc @@ -88,7 +88,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) #markers.fillstyle: full # full|left|right|bottom|top|none @@ -100,7 +100,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/1.5.0/api/axes_api.html b/1.5.0/api/axes_api.html index 8fbabed2810..1edad39ceee 100644 --- a/1.5.0/api/axes_api.html +++ b/1.5.0/api/axes_api.html @@ -8435,7 +8435,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.5.0/api/pyplot_api.html b/1.5.0/api/pyplot_api.html index 576a83ed7f4..ba1711b173f 100644 --- a/1.5.0/api/pyplot_api.html +++ b/1.5.0/api/pyplot_api.html @@ -8273,7 +8273,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/1.5.0/users/customizing.html b/1.5.0/users/customizing.html index d498b064436..29a76c39197 100644 --- a/1.5.0/users/customizing.html +++ b/1.5.0/users/customizing.html @@ -303,7 +303,7 @@ <h2>Using style sheets<a class="headerlink" href="#using-style-sheets" title="Pe #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) #markers.fillstyle: full # full|left|right|bottom|top|none @@ -315,7 +315,7 @@ <h2>Using style sheets<a class="headerlink" href="#using-style-sheets" title="Pe #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/_static/matplotlibrc b/_static/matplotlibrc index dcd9796268d..3c3406a42b1 100644 --- a/_static/matplotlibrc +++ b/_static/matplotlibrc @@ -88,7 +88,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) #markers.fillstyle: full # full|left|right|bottom|top|none @@ -100,7 +100,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/api/axes_api.html b/api/axes_api.html index 8fbabed2810..1edad39ceee 100644 --- a/api/axes_api.html +++ b/api/axes_api.html @@ -8435,7 +8435,7 @@ <h2><code class="xref py py-mod docutils literal"><span class="pre">matplotlib.a </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/api/pyplot_api.html b/api/pyplot_api.html index 576a83ed7f4..ba1711b173f 100644 --- a/api/pyplot_api.html +++ b/api/pyplot_api.html @@ -8273,7 +8273,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/users/customizing.html b/users/customizing.html index d498b064436..29a76c39197 100644 --- a/users/customizing.html +++ b/users/customizing.html @@ -303,7 +303,7 @@ <h2>Using style sheets<a class="headerlink" href="#using-style-sheets" title="Pe #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) #markers.fillstyle: full # full|left|right|bottom|top|none @@ -315,7 +315,7 @@ <h2>Using style sheets<a class="headerlink" href="#using-style-sheets" title="Pe #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/xkcd/_static/matplotlibrc b/xkcd/_static/matplotlibrc index ce3fd080991..a8efdf77656 100644 --- a/xkcd/_static/matplotlibrc +++ b/xkcd/_static/matplotlibrc @@ -78,7 +78,7 @@ backend : qt4agg #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -88,7 +88,7 @@ backend : qt4agg #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/xkcd/api/axes_api.html b/xkcd/api/axes_api.html index 5612aad5e96..e6d122e87a1 100644 --- a/xkcd/api/axes_api.html +++ b/xkcd/api/axes_api.html @@ -7065,7 +7065,7 @@ <h1>axes<a class="headerlink" href="#axes" title="Permalink to this headline">¶ </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/xkcd/api/pyplot_api.html b/xkcd/api/pyplot_api.html index e2f79778229..bbd8c151140 100644 --- a/xkcd/api/pyplot_api.html +++ b/xkcd/api/pyplot_api.html @@ -7391,7 +7391,7 @@ <h1>pyplot<a class="headerlink" href="#pyplot" title="Permalink to this headline </div> <p>If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:</p> -<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialised</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> +<div class="highlight-python"><div class="highlight"><pre><span class="n">plot</span><span class="p">(</span><span class="n">x1</span><span class="p">,</span> <span class="n">y1</span><span class="p">,</span> <span class="n">x2</span><span class="p">,</span> <span class="n">y2</span><span class="p">,</span> <span class="n">antialiased</span><span class="o">=</span><span class="bp">False</span><span class="p">)</span> </pre></div> </div> <p>Neither line will be antialiased.</p> diff --git a/xkcd/users/customizing.html b/xkcd/users/customizing.html index 02f5e6a2cb8..b2ea625774a 100644 --- a/xkcd/users/customizing.html +++ b/xkcd/users/customizing.html @@ -270,7 +270,7 @@ <h3>Quick search</h3> #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel #lines.solid_capstyle : projecting # butt|round|projecting -#lines.antialiased : True # render lines in antialised (no jaggies) +#lines.antialiased : True # render lines in antialiased (no jaggies) ### PATCHES # Patches are graphical objects that fill 2D space, like polygons or @@ -280,7 +280,7 @@ <h3>Quick search</h3> #patch.linewidth : 1.0 # edge width in points #patch.facecolor : blue #patch.edgecolor : black -#patch.antialiased : True # render patches in antialised (no jaggies) +#patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT #