@@ -449,10 +449,7 @@ def __init__(self, lines, axlim_clip=False, **kwargs):
449449 ----------
450450 segments : list of (N, 3) array-like
451451 A sequence ``[line0, line1, ...]`` where each line is a (N, 3)-shape
452- array-like containing points::
453-
454- line0 = [(x0, y0, z0), (x1, y1, z1), ...]
455-
452+ array-like containing points:: line0 = [(x0, y0, z0), (x1, y1, z1), ...]
456453 Each line can contain a different number of points.
457454 linewidths : float or list of float, default: :rc:`lines.linewidth`
458455 The width of each line in points.
@@ -461,9 +458,6 @@ def __init__(self, lines, axlim_clip=False, **kwargs):
461458 allowed).
462459 antialiaseds : bool or list of bool, default: :rc:`lines.antialiased`
463460 Whether to use antialiasing for each line.
464- zorder : float, default: 2
465- zorder of the lines once drawn.
466-
467461 facecolors : :mpltype:`color` or list of :mpltype:`color`, default: 'none'
468462 When setting *facecolors*, each line is interpreted as a boundary
469463 for an area, implicitly closing the path from the last point to the
@@ -472,9 +466,7 @@ def __init__(self, lines, axlim_clip=False, **kwargs):
472466 each line, please use `.PathCollection` instead, where the
473467 "interior" can be specified by appropriate usage of
474468 `~.path.Path.CLOSEPOLY`.
475-
476- **kwargs
477- Forwarded to `.Collection`.
469+ **kwargs : Forwarded to `.Collection`.
478470 """
479471
480472 def set_sort_zpos (self , val ):
0 commit comments