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 @@
If you make multiple lines with one plot command, the kwargs apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ axes¶
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ axes¶
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ matplotlib.axe
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ matplotlib.a
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ matplotlib.a
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ matplotlib.axe
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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 @@ matplotlib.a
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Using style sheetsmatplotlib.a
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Using style sheets¶
If you make multiple lines with one plot command, the kwargs
apply to all those lines, e.g.:
-plot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ pyplotplot(x1, y1, x2, y2, antialised=False)
+plot(x1, y1, x2, y2, antialiased=False)
Neither line will be antialiased.
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 @@ Quick search
#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 @@ Quick search
#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
#