@@ -17,7 +17,7 @@ matplotlib.*\.set$
1717matplotlib.pyplot.*
1818matplotlib.typing.*
1919
20- # data arg " decorator"
20+ # _preprocess_data arg decorator
2121matplotlib.axes.*Axes.acorr
2222matplotlib.axes.*Axes.angle_spectrum
2323matplotlib.axes.*Axes.bar
@@ -28,6 +28,7 @@ matplotlib.axes.*Axes.cohere
2828matplotlib.axes.*Axes.contour
2929matplotlib.axes.*Axes.contourf
3030matplotlib.axes.*Axes.csd
31+ matplotlib.axes.*Axes.ecdf
3132matplotlib.axes.*Axes.errorbar
3233matplotlib.axes.*Axes.eventplot
3334matplotlib.axes.*Axes.fill_between
@@ -58,7 +59,7 @@ matplotlib.axes.*Axes.xcorr
5859matplotlib.axis.Axis.draw
5960matplotlib.offsetbox.*Offset[Bb]ox.get_offset
6061
61- # Inconsistent super/sub class signatures (other than just name)
62+ # Inconsistent super/sub class signatures (other than just arg name)
6263matplotlib.ticker.MultipleLocator.set_params
6364matplotlib.text.Annotation.get_window_extent
6465
@@ -87,7 +88,6 @@ matplotlib.scale.SymmetricalLogTransform.transform_non_affine
8788matplotlib.table.Cell.set_transform
8889matplotlib.ticker.LogLocator.nonsingular
8990matplotlib.ticker.LogitLocator.nonsingular
90- matplotlib.text.Annotation.contains
9191matplotlib.transforms.Affine2DBase.transform_affine
9292matplotlib.transforms.AffineBase.transform_non_affine
9393matplotlib.transforms.BlendedGenericTransform.transform_non_affine
0 commit comments