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

Skip to content

Commit 59eb11a

Browse files
committed
DOC: Add some numpydoc headings in tri.
Copied from regular `ContourSet`.
1 parent 0cf3974 commit 59eb11a

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

lib/matplotlib/tri/tricontour.py

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,20 @@ class TriContourSet(ContourSet):
1111
1212
User-callable method: clabel
1313
14-
Useful attributes:
15-
ax:
16-
the axes object in which the contours are drawn
17-
collections:
18-
a silent_list of LineCollections or PolyCollections
19-
levels:
20-
contour levels
21-
layers:
22-
same as levels for line contours; half-way between
23-
levels for filled contours. See _process_colors method.
14+
Attributes
15+
----------
16+
ax
17+
The axes object in which the contours are drawn.
18+
19+
collections
20+
A silent_list of LineCollections or PolyCollections.
21+
22+
levels
23+
Contour levels.
24+
25+
layers
26+
Same as levels for line contours; half-way between
27+
levels for filled contours. See :meth:`_process_colors`.
2428
"""
2529
def __init__(self, ax, *args, **kwargs):
2630
"""

0 commit comments

Comments
 (0)