docstring correction
This commit is contained in:
parent
aec6ce8abb
commit
0be3615c88
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user