andrewRowlinson / mplsoccer

Football pitch plotting library for matplotlib
MIT License
405 stars 82 forks source link

Add pitch_alpha transparency option #28

Closed andrewRowlinson closed 3 years ago

andrewRowlinson commented 3 years ago

Adding pitch_alpha would allow more effects like glowing pitch lines (see https://github.com/dhaitz/mplcyberpunk). This would require changing the six yard box and penalty area to lines instead of rectangles. This is because the boxes currently overlap with the pitch sidelines and the boxes overlap and with transparency the overlap would be a darker colour.

andrewRowlinson commented 3 years ago

29 merged to add alpha transparency.