No rendering of "Line style keyword arguments:" list because of missing blank line and mysterious unexpected identation error
This commit is contained in:
parent
83621e816f
commit
67685d80bc
@ -56,10 +56,11 @@ class PlotDataItem(GraphicsObject):
|
||||
=========================== =========================================
|
||||
|
||||
**Line style keyword arguments:**
|
||||
|
||||
========== ================================================
|
||||
connect Specifies how / whether vertexes should be connected.
|
||||
See :func:`arrayToQPath() <pyqtgraph.arrayToQPath>`
|
||||
pen Pen to use for drawing line between points.
|
||||
connect Specifies how / whether vertexes should be connected. See
|
||||
:func:`arrayToQPath() <pyqtgraph.arrayToQPath>`
|
||||
pen Pen to use for drawing line between points.
|
||||
Default is solid grey, 1px width. Use None to disable line drawing.
|
||||
May be any single argument accepted by :func:`mkPen() <pyqtgraph.mkPen>`
|
||||
shadowPen Pen for secondary line to draw behind the primary line. disabled by default.
|
||||
|
Loading…
Reference in New Issue
Block a user