File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments