how could I decrease the size of the polygon's line width? #1376
Answered
by
sahilmakhijani
GustavoSantosBahia
asked this question in
Q&A
-
how could I decrease the size of the polygon's line width? |
Beta Was this translation helpful? Give feedback.
Answered by
sahilmakhijani
Feb 10, 2021
Replies: 1 comment
-
You could either pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TonyCrane
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could either pass the
stroke_width
(Default is 4) parameter while creating a polygon object or you could usepolygon.set_stroke(width={WIDTH})
just replace {WIDTH} with whatever value you want.