File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,20 @@ class TriContourSet(ContourSet):
11
11
12
12
User-callable method: clabel
13
13
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`.
24
28
"""
25
29
def __init__ (self , ax , * args , ** kwargs ):
26
30
"""
You can’t perform that action at this time.
0 commit comments