8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a986013 commit da04fa3Copy full SHA for da04fa3
lib/matplotlib/container.py
@@ -176,15 +176,15 @@ class StemContainer(Container):
176
The artist of the horizontal baseline.
177
"""
178
def< 8312 /span> __init__(self, markerline_stemlines_baseline, **kwargs):
179
- '''
+ """
180
Parameters
181
----------
182
markerline_stemlines_baseline : tuple
183
Tuple of ``(markerline, stemlines, baseline)``.
184
``markerline`` contains the `LineCollection` of the markers,
185
``stemlines`` is a `LineCollection` of the main lines,
186
``baseline`` is the `Line2D` of the baseline.
187
188
markerline, stemlines, baseline = markerline_stemlines_baseline
189
self.markerline = markerline
190
self.stemlines = stemlines
0 commit comments