From 4f22401442df1936f42c7b0ab03363d68c395bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20D=C4=85bek?= Date: Fri, 30 Oct 2015 14:07:27 +0100 Subject: [PATCH] fixed typo: antialised => antialiased --- lib/matplotlib/axes/_axes.py | 2 +- lib/matplotlib/mpl-data/stylelib/classic.mplstyle | 4 ++-- lib/matplotlib/rcsetup.py | 4 ++-- matplotlibrc.template | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 5cf6831c2071..168dbe69d793 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -1388,7 +1388,7 @@ def plot(self, *args, **kwargs): 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/lib/matplotlib/mpl-data/stylelib/classic.mplstyle b/lib/matplotlib/mpl-data/stylelib/classic.mplstyle index d556d7a2c175..e30f95341f19 100644 --- a/lib/matplotlib/mpl-data/stylelib/classic.mplstyle +++ b/lib/matplotlib/mpl-data/stylelib/classic.mplstyle @@ -14,7 +14,7 @@ lines.dash_joinstyle : round # miter|round|bevel lines.dash_capstyle : butt # butt|round|projecting lines.solid_joinstyle : round # 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) ### Marker props markers.fillstyle: full @@ -27,7 +27,7 @@ markers.fillstyle: full patch.linewidth : 1.0 # edge width in points patch.facecolor : b patch.edgecolor : k -patch.antialiased : True # render patches in antialised (no jaggies) +patch.antialiased : True # render patches in antialiased (no jaggies) ### FONT # diff --git a/lib/matplotlib/rcsetup.py b/lib/matplotlib/rcsetup.py index df571173a4cd..e8ac6508efdb 100644 --- a/lib/matplotlib/rcsetup.py +++ b/lib/matplotlib/rcsetup.py @@ -789,7 +789,7 @@ def validate_cycler(s): 'lines.marker': ['None', six.text_type], # black 'lines.markeredgewidth': [0.5, validate_float], 'lines.markersize': [6, validate_float], # markersize, in points - 'lines.antialiased': [True, validate_bool], # antialised (no jaggies) + 'lines.antialiased': [True, validate_bool], # antialiased (no jaggies) 'lines.dash_joinstyle': ['round', validate_joinstyle], 'lines.solid_joinstyle': ['round', validate_joinstyle], 'lines.dash_capstyle': ['butt', validate_capstyle], @@ -802,7 +802,7 @@ def validate_cycler(s): 'patch.linewidth': [1.0, validate_float], # line width in points 'patch.edgecolor': ['k', validate_color], # black 'patch.facecolor': ['b', validate_color], # blue - 'patch.antialiased': [True, validate_bool], # antialised (no jaggies) + 'patch.antialiased': [True, validate_bool], # antialiased (no jaggies) ## Boxplot properties 'boxplot.notch': [False, validate_bool], diff --git a/matplotlibrc.template b/matplotlibrc.template index af25292da301..7492fe7b7be4 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -88,7 +88,7 @@ backend : %(backend)s #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 : %(backend)s #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 #