From 36b3f11524a4c9f4418f7f546635209a0c2b6ffc Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Sun, 28 Feb 2016 20:53:52 -0800 Subject: [PATCH] docstring update --- pyqtgraph/graphicsItems/InfiniteLine.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyqtgraph/graphicsItems/InfiniteLine.py b/pyqtgraph/graphicsItems/InfiniteLine.py index 44903ed8..b76b4483 100644 --- a/pyqtgraph/graphicsItems/InfiniteLine.py +++ b/pyqtgraph/graphicsItems/InfiniteLine.py @@ -313,7 +313,9 @@ class InfLineLabel(TextItem): anchors List of (x,y) pairs giving the text anchor positions that should be used when the line is moved to one side of the view or the other. This allows text to switch to the opposite side of the line - as it approaches the edge of the view. + as it approaches the edge of the view. These are automatically + selected for some common cases, but may be specified if the + default values give unexpected results. =============== ================================================================== All extra keyword arguments are passed to TextItem. A particularly useful