@@ -468,7 +468,7 @@ def _get_label_text(self, x, y, rotation):
468468 def _get_label_clabeltext (self , x , y , rotation ):
469469 # x, y, rotation is given in pixel coordinate. Convert them to
470470 # the data coordinate and create a label using ClabelText
471- # class. This way, the roation of the clabel is along the
471+ # class. This way, the rotation of the clabel is along the
472472 # contour line always.
473473 transDataInv = self .ax .transData .inverted ()
474474 dx , dy = transDataInv .transform_point ((x , y ))
@@ -506,7 +506,7 @@ def add_label_clabeltext(self, x, y, rotation, lev, cvalue):
506506 """
507507 # x, y, rotation is given in pixel coordinate. Convert them to
508508 # the data coordinate and create a label using ClabelText
509- # class. This way, the roation of the clabel is along the
509+ # class. This way, the rotation of the clabel is along the
510510 # contour line always.
511511
512512 t = self ._get_label_clabeltext (x , y , rotation )
@@ -1784,7 +1784,7 @@ def _initialize_x_y(self, z):
17841784 Override axis units by specifying an instance of a
17851785 :class:`matplotlib.units.ConversionInterface`.
17861786
1787- antialiased : bool, optinal
1787+ antialiased : bool, optional
17881788 Enable antialiasing, overriding the defaults. For
17891789 filled contours, the default is *True*. For line contours,
17901790 it is taken from :rc:`lines.antialiased`.
0 commit comments