@@ -164,13 +164,6 @@ def _contour_args(self, args, kwargs):
164
164
165
165
Other Parameters
166
166
----------------
167
- corner_mask : bool, default: :rc:`contour.corner_mask`
168
- Enable/disable corner masking, which only has an effect if *Z* is
169
- a masked array. If ``False``, any quad touching a masked point is
170
- masked out. If ``True``, only the triangular corners of quads
171
- nearest those points are always masked out, other triangular
172
- corners comprising three unmasked points are contoured as usual.
173
-
174
167
colors : color string or sequence of colors, optional
175
168
The colors of the levels, i.e., the contour %(type)s.
176
169
@@ -256,16 +249,7 @@ def _contour_args(self, args, kwargs):
256
249
antialiased : bool, optional
257
250
Enable antialiasing, overriding the defaults. For
258
251
filled contours, the default is *True*. For line contours,
259
- it is taken from :rc:`lines.antialiased`.
260
-
261
- nchunk : int >= 0, optional
262
- If 0, no subdivision of the domain. Specify a positive integer to
263
- divide the domain into subdomains of *nchunk* by *nchunk* quads.
264
- Chunking reduces the maximum length of polygons generated by the
265
- contouring algorithm which reduces the rendering workload passed
266
- on to the backend and also requires slightly less RAM. It can
267
- however introduce rendering artifacts at chunk boundaries depending
268
- on the backend, the *antialiased* flag and value of *alpha*.""" )
252
+ it is taken from :rc:`lines.antialiased`.""" )
269
253
270
254
271
255
@docstring .Substitution (func = 'tricontour' , type = 'lines' )
0 commit comments