@@ -204,7 +204,7 @@ def _contour_args(self, args, kwargs):
204204
205205 By default (value *None*), the colormap specified by *cmap* will be used.
206206
207- alpha : float, optional
207+ alpha : float, default: 1
208208 The alpha blending value, between 0 (transparent) and 1 (opaque).
209209
210210cmap : str or `.Colormap`, default: :rc:`image.cmap`
@@ -251,7 +251,7 @@ def _contour_args(self, args, kwargs):
251251 *levels* range.
252252
253253 Values below ``min(levels)`` and above ``max(levels)`` are mapped to the
254- under/over values of the `.Colormap`. Note, that most colormaps do not have
254+ under/over values of the `.Colormap`. Note that most colormaps do not have
255255 dedicated colors for these by default, so that the over and under values
256256 are the edge values of the colormap. You may want to set these values
257257 explicitly using `.Colormap.set_under` and `.Colormap.set_over`.
@@ -304,8 +304,8 @@ def tricontourf(ax, *args, **kwargs):
304304 """
305305 %(_tricontour_doc)s
306306
307- antialiased : bool, default True
308- Enable antialiasing, overriding the defaults .
307+ antialiased : bool, default: True
308+ Whether to use antialiasing .
309309
310310 Notes
311311 -----
0 commit comments