Lines Matching refs:pensize
138 | :func:`pensize` | :func:`width`
499 not given, the maximum of pensize+4 and 2*pensize is used.
784 .. function:: pensize(width=None)
791 thickness. If no argument is given, the current pensize is returned.
795 >>> turtle.pensize()
797 >>> turtle.pensize(10) # from here on lines of width 10 are drawn
812 * "pensize": positive number
827 >>> turtle.pen(fillcolor="black", pencolor="red", pensize=10)
830 ('pendown', True), ('pensize', 10), ('resizemode', 'noresize'),
1001 ... turtle.pensize(5)
1003 ... turtle.pensize(3)
1139 - "auto": adapts the appearance of the turtle corresponding to the value of pensize.