I want to use the widget function addLine. In my case it is as following:
widget.addLine(x=None, y=0.8) #endless horizontal line
Now i want to change the color and width of this line, but i cannot find a fitting function.
Is there something available to do this?
Additional, is there a similar function to "add a circle" instead of a line?