@@ -468,7 +468,7 @@ def _get_label_text(self, x, y, rotation):
468
468
def _get_label_clabeltext (self , x , y , rotation ):
469
469
# x, y, rotation is given in pixel coordinate. Convert them to
470
470
# 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
472
472
# contour line always.
473
473
transDataInv = self .ax .transData .inverted ()
474
474
dx , dy = transDataInv .transform_point ((x , y ))
@@ -506,7 +506,7 @@ def add_label_clabeltext(self, x, y, rotation, lev, cvalue):
506
506
"""
507
507
# x, y, rotation is given in pixel coordinate. Convert them to
508
508
# 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
510
510
# contour line always.
511
511
512
512
t = self ._get_label_clabeltext (x , y , rotation )
@@ -1784,7 +1784,7 @@ def _initialize_x_y(self, z):
1784
1784
Override axis units by specifying an instance of a
1785
1785
:class:`matplotlib.units.ConversionInterface`.
1786
1786
1787
- antialiased : bool, optinal
1787
+ antialiased : bool, optional
1788
1788
Enable antialiasing, overriding the defaults. For
1789
1789
filled contours, the default is *True*. For line contours,
1790
1790
it is taken from :rc:`lines.antialiased`.
0 commit comments