From 67685d80bc24c607745ae14e59068e04aa6f2529 Mon Sep 17 00:00:00 2001 From: tommy3001 Date: Mon, 3 Feb 2014 20:33:55 +0100 Subject: [PATCH] No rendering of "Line style keyword arguments:" list because of missing blank line and mysterious unexpected identation error --- pyqtgraph/graphicsItems/PlotDataItem.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyqtgraph/graphicsItems/PlotDataItem.py b/pyqtgraph/graphicsItems/PlotDataItem.py index 8baab719..25a6433e 100644 --- a/pyqtgraph/graphicsItems/PlotDataItem.py +++ b/pyqtgraph/graphicsItems/PlotDataItem.py @@ -56,10 +56,11 @@ class PlotDataItem(GraphicsObject): =========================== ========================================= **Line style keyword arguments:** + ========== ================================================ - connect Specifies how / whether vertexes should be connected. - See :func:`arrayToQPath() ` - pen Pen to use for drawing line between points. + connect Specifies how / whether vertexes should be connected. See + :func:`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() ` shadowPen Pen for secondary line to draw behind the primary line. disabled by default.