Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1.2.1/_static/matplotlibrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion 1.2.1/api/axes_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 1.2.1/api/pyplot_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 1.2.1/users/customizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions 1.3.0/_static/matplotlibrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion 1.3.0/api/axes_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 1.3.0/api/pyplot_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 1.3.0/users/customizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions 1.3.1/_static/matplotlibrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion 1.3.1/api/axes_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 1.3.1/api/pyplot_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 1.3.1/users/customizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions 1.4.0/_static/matplotlibrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion 1.4.0/api/axes_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 1.4.0/api/pyplot_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 1.4.0/users/customizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions 1.4.1/_static/matplotlibrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion 1.4.1/api/axes_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 1.4.1/api/pyplot_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions 1.4.1/users/customizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions 1.4.2/_static/matplotlibrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
#
Expand Down
Loading