diff --git a/pyqtgraph/graphicsItems/InfiniteLine.py b/pyqtgraph/graphicsItems/InfiniteLine.py index b2327f8e..5efbb9ea 100644 --- a/pyqtgraph/graphicsItems/InfiniteLine.py +++ b/pyqtgraph/graphicsItems/InfiniteLine.py @@ -352,10 +352,10 @@ class InfiniteLine(GraphicsObject): Display or not the label indicating the location of the line in data coordinates. - ============== ============================================== + ============== ====================================================== **Arguments:** state If True, the label is shown. Otherwise, it is hidden. - ============== ============================================== + ============== ====================================================== """ if state: self.textItem = TextItem(fill=self.textFill)