Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e386b83

Browse files
committed
Removed nchunk and corner_masks argument
1 parent c8435e5 commit e386b83

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

lib/matplotlib/tri/tricontour.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -258,22 +258,6 @@ def tricontour(ax, *args, **kwargs):
258258
"""
259259
%(_tricontour_doc)s
260260
261-
corner_mask : bool, default: :rc:`contour.corner_mask`
262-
Enable/disable corner masking, which only has an effect if *Z* is
263-
a masked array. If ``False``, any quad touching a masked point is
264-
masked out. If ``True``, only the triangular corners of quads
265-
nearest those points are always masked out, other triangular
266-
corners comprising three unmasked points are contoured as usual.
267-
268-
nchunk : int >= 0, optional
269-
If 0, no subdivision of the domain. Specify a positive integer to
270-
divide the domain into subdomains of *nchunk* by *nchunk* quads.
271-
Chunking reduces the maximum length of polygons generated by the
272-
contouring algorithm which reduces the rendering workload passed
273-
on to the backend and also requires slightly less RAM. It can
274-
however introduce rendering artifacts at chunk boundaries depending
275-
on the backend, the *antialiased* flag and value of *alpha*.
276-
277261
linewidths : float or array-like, default: :rc:`contour.linewidth`
278262
The line width of the contour lines.
279263

0 commit comments

Comments
 (0)